summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-10 18:19:42 +0000
committerstevenjb@chromium.org <stevenjb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-10 18:19:42 +0000
commitd77a71ce2392efa9bac9153dbb9a8f11319c11de (patch)
treede17c9ead1cb4183134f2f6ccfe5155f9e0bdfed /chrome/common/chrome_switches.cc
parent82468ca598168b246072b51793ad886d9552126e (diff)
downloadchromium_src-d77a71ce2392efa9bac9153dbb9a8f11319c11de.zip
chromium_src-d77a71ce2392efa9bac9153dbb9a8f11319c11de.tar.gz
chromium_src-d77a71ce2392efa9bac9153dbb9a8f11319c11de.tar.bz2
Enable App List Sync by default
BUG=305024 For chrome/browser/sync R=jennyz@chromium.org, tapted@chromium.org TBR=zea@chromium.org Review URL: https://codereview.chromium.org/187813006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255982 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 914a43b..cbb3fa7 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";