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

Unified Diff: chrome/browser/prefs/chrome_pref_service_factory.h

Issue 151003004: Add an automatic settings reset banner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved reset logic to chrome_pref_service_factory Created 6 years, 10 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
Index: chrome/browser/prefs/chrome_pref_service_factory.h
diff --git a/chrome/browser/prefs/chrome_pref_service_factory.h b/chrome/browser/prefs/chrome_pref_service_factory.h
index c8a119d09a9225429307d10d7421379b38ad362c..00a9ee33e8da4e1198c3c308c4e07cd72252dcae 100644
--- a/chrome/browser/prefs/chrome_pref_service_factory.h
+++ b/chrome/browser/prefs/chrome_pref_service_factory.h
@@ -24,6 +24,7 @@ class PrefRegistrySyncable;
class ManagedUserSettingsService;
class PrefHashStore;
class PrefRegistry;
+class PrefRegistrySimple;
class PrefService;
class PrefServiceSyncable;
class PrefStore;
@@ -69,6 +70,9 @@ void InitializeHashStoreForPrefFile(
base::SequencedTaskRunner* pref_io_task_runner,
scoped_ptr<PrefHashStore> pref_hash_store);
+// Register local state prefs used by chrome preference system.
+void RegisterPrefs(PrefRegistrySimple* registry);
+
} // namespace chrome_prefs
#endif // CHROME_BROWSER_PREFS_CHROME_PREF_SERVICE_FACTORY_H_

Powered by Google App Engine
This is Rietveld 408576698