| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 173efa51591ab6f17659bb74172aa2d37e1983aa..d8bacf5b5c7b60a343451c46e932930d4b135938 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -495,6 +495,9 @@ const char kEnableSyncAutofill[] = "enable-sync-autofill";
|
| // Enable sync encryption options.
|
| const char kEnableSyncEncryption[] = "enable-sync-encryption";
|
|
|
| +// Enable OAuth sign-in for sync.
|
| +const char kEnableSyncOAuth[] = "enable-sync-oauth";
|
| +
|
| // Enable syncing browser sessions.
|
| const char kEnableSyncSessions[] = "enable-sync-sessions";
|
|
|
|
|