Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index c64afc3c52c52e355fda8ccae899905e2de6dffe..f5ea8de31637e92d8dc06eb7d2b94d7077ccb5b0 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -503,6 +503,9 @@ const char kEnableSync[] = "enable-sync"; |
// Enable syncing browser autofill. |
const char kEnableSyncAutofill[] = "enable-sync-autofill"; |
+// Enable syncing extension settings. |
+const char kEnableSyncExtensionSettings[] = "enable-sync-extension-settings"; |
+ |
// Enable OAuth sign-in for sync. |
const char kEnableSyncOAuth[] = "enable-sync-oauth"; |