| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index fb7fb33f3ea4b7ea572eca769f2088160cf15b15..3724ac4dddc9a19fbcf2158fcf7e4ec6e0e4a210 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -503,6 +503,10 @@ const char kEnableShortcutsProvider[] = "enable-shortcuts-provider";
|
|
|
| // On platforms that support it, enable smooth scroll animation.
|
| const char kEnableSmoothScrolling[] = "enable-smooth-scrolling";
|
| +
|
| +// Enable syncing extension settings.
|
| +const char kEnableSyncExtensionSettings[] = "enable-sync-extension-settings";
|
| +
|
| // Enable OAuth sign-in for sync.
|
| const char kEnableSyncOAuth[] = "enable-sync-oauth";
|
|
|
|
|