Move Webstore URL concepts to //extensions and out
[chromium-blink-merge.git] / chrome / browser / component_updater / sw_reporter_installer_win.h
bloba7db43af5212f3a2eb1a7548c7a06048e6e167bc
1 // Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_COMPONENT_UPDATER_SW_REPORTER_INSTALLER_WIN_H_
6 #define CHROME_BROWSER_COMPONENT_UPDATER_SW_REPORTER_INSTALLER_WIN_H_
8 class PrefRegistrySimple;
9 class PrefService;
11 namespace component_updater {
13 class ComponentUpdateService;
15 // Call once during startup to make the component update service aware of the
16 // SwReporter.
17 void RegisterSwReporterComponent(ComponentUpdateService* cus,
18 PrefService* prefs);
20 // Register user preferences related to the SwReporter.
21 void RegisterPrefsForSwReporter(PrefRegistrySimple* registry);
23 } // namespace component_updater
25 #endif // CHROME_BROWSER_COMPONENT_UPDATER_SW_REPORTER_INSTALLER_WIN_H_