Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 914a43b031b927c7dcf413e7e8a300f30a84306f..cbb3fa731e830a688095b188a786574b2136aa4d 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -440,6 +440,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"; |
@@ -771,9 +774,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"; |