| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 519577dbde4c3e34f741859004ffcf7ab6b7b107..7534209d91725b14c07381e4ab41e549c149450e 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -519,6 +519,9 @@ const char kEnableSmoothScrolling[] = "enable-smooth-scrolling";
|
| // Enables TLS cached info extension.
|
| const char kEnableSSLCachedInfo[] = "enable-ssl-cached-info";
|
|
|
| +// Enable syncing extension settings.
|
| +const char kEnableSyncExtensionSettings[] = "enable-sync-extension-settings";
|
| +
|
| // Enable OAuth sign-in for sync.
|
| const char kEnableSyncOAuth[] = "enable-sync-oauth";
|
|
|
|
|