Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(929)

Unified Diff: chrome/browser/component_updater/sw_reporter_installer_win.h

Issue 599653002: SRT Bubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged in ToT. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/component_updater/sw_reporter_installer_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/component_updater/sw_reporter_installer_win.h
diff --git a/chrome/browser/component_updater/sw_reporter_installer_win.h b/chrome/browser/component_updater/sw_reporter_installer_win.h
index a7db43af5212f3a2eb1a7548c7a06048e6e167bc..351720ca5b8ec2f221f57dbe9dc81374c87266ae 100644
--- a/chrome/browser/component_updater/sw_reporter_installer_win.h
+++ b/chrome/browser/component_updater/sw_reporter_installer_win.h
@@ -8,6 +8,10 @@
class PrefRegistrySimple;
class PrefService;
+namespace user_prefs {
+class PrefRegistrySyncable;
+}
+
namespace component_updater {
class ComponentUpdateService;
@@ -17,9 +21,13 @@ class ComponentUpdateService;
void RegisterSwReporterComponent(ComponentUpdateService* cus,
PrefService* prefs);
-// Register user preferences related to the SwReporter.
+// Register local state preferences related to the SwReporter.
void RegisterPrefsForSwReporter(PrefRegistrySimple* registry);
+// Register profile preferences related to the SwReporter.
+void RegisterProfilePrefsForSwReporter(
+ user_prefs::PrefRegistrySyncable* registry);
+
} // namespace component_updater
#endif // CHROME_BROWSER_COMPONENT_UPDATER_SW_REPORTER_INSTALLER_WIN_H_
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/component_updater/sw_reporter_installer_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698