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

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: Created 6 years, 10 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
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";

Powered by Google App Engine
This is Rietveld 408576698