Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index cbaa36a1e9946783f6ed241aea685f94c4e39c48..17bf4f9aacd11933a128c99354676864f721ad53 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1293,6 +1293,7 @@ const char kSyncAutofillProfile[] = "sync.autofill_profile"; |
const char kSyncThemes[] = "sync.themes"; |
const char kSyncTypedUrls[] = "sync.typed_urls"; |
const char kSyncExtensions[] = "sync.extensions"; |
+const char kSyncExtensionSettings[] = "sync.extension_settings"; |
const char kSyncSessions[] = "sync.sessions"; |
// Boolean used by enterprise configuration management in order to lock down |