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

Unified Diff: chrome/common/chrome_switches.cc

Issue 222553003: Disable AppList sync by default on non Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Elim --disable-app-list-folder-ui 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 73be306eb108e8d5f15c415980cd6872655da124..f0caab49cde2bcecef1954be6572f452a37b1b38 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -405,9 +405,6 @@ 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 sync/API based session sync implementation (back to legacy).
const char kDisableSyncSessionsV2[] = "disable-sync-sessions-v2";

Powered by Google App Engine
This is Rietveld 408576698