Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1519)

Unified Diff: chrome/common/chrome_switches.cc

Issue 187813006: Enable App List Sync by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698