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

Unified Diff: components/pref_registry/pref_registry_syncable.h

Issue 1092683004: Manually remove all existing occurences of PrefRegistrySyncable::UNSYNCABLE_PREF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs-add-reg-funcs1
Patch Set: y Created 5 years, 8 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: components/pref_registry/pref_registry_syncable.h
diff --git a/components/pref_registry/pref_registry_syncable.h b/components/pref_registry/pref_registry_syncable.h
index f95250dd7e9f57ecd9878fda961437ec19d34b72..b0c2a67ca85689f2f1c9a13bcb5a389cadc80653 100644
--- a/components/pref_registry/pref_registry_syncable.h
+++ b/components/pref_registry/pref_registry_syncable.h
@@ -44,9 +44,6 @@ class PREF_REGISTRY_EXPORT PrefRegistrySyncable : public PrefRegistrySimple {
//
// Note: These must NOT overlap with PrefRegistry::PrefRegistrationFlags.
enum PrefRegistrationFlags {
- // The pref will not be synced.
- UNSYNCABLE_PREF = PrefRegistry::NO_REGISTRATION_FLAGS,
-
// The pref will be synced.
SYNCABLE_PREF = 1 << 1,
« no previous file with comments | « components/content_settings/core/browser/content_settings_pref_provider.cc ('k') | extensions/browser/extension_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698