| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c05b8e726ac0e3f84343b7145928171cba51b4dd..f0275b2545f507434e844d8fa51557ebe188ef3e 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -770,6 +770,9 @@ const char kEnableSuggestionsTabPage[] = "enable-suggestions-ntp";
|
| const char kEnableSyncSyncedNotifications[] =
|
| "enable-sync-synced-notifications";
|
|
|
| +// Enables sync/API based session sync implementation (in favor of legacy).
|
| +const char kEnableSyncSessionsV2[] = "enable-sync-sessions-v2";
|
| +
|
| // Enables synced articles.
|
| const char kEnableSyncArticles[] = "enable-sync-articles";
|
|
|
|
|