| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 2eba7f41a2b054c6e097b5d698be63ac16990f2b..7526e372a2a2ba2460917de7a7926979b1bfaa32 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -444,6 +444,9 @@ const char kDisableSpdy31[] = "disable-spdy31";
|
| // Disables syncing browser data to a Google Account.
|
| const char kDisableSync[] = "disable-sync";
|
|
|
| +// Disables syncing of the app list independent of extensions.
|
| +const char kDisableSyncAppList[] = "disable-sync-app-list";
|
| +
|
| // Disables syncing of app settings.
|
| const char kDisableSyncAppSettings[] = "disable-sync-app-settings";
|
|
|
| @@ -778,9 +781,6 @@ const char kEnableSyncSyncedNotifications[] =
|
| // Disables sync/API based session sync implementation (back to legacy).
|
| const char kDisableSyncSessionsV2[] = "disable-sync-sessions-v2";
|
|
|
| -// Enables syncing of the app list.
|
| -const char kEnableSyncAppList[] = "enable-sync-app-list";
|
| -
|
| // Enables synced articles.
|
| const char kEnableSyncArticles[] = "enable-sync-articles";
|
|
|
|
|