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

Unified Diff: chrome/common/chrome_switches.cc

Issue 772533005: Enable the new bookmark apps system by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update one more test Created 6 years 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 493bc6d6a228849f6c851c1800f2ace16a3c66bd..427f86d378edf142f27ef31b000053c27b43b3c6 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -280,6 +280,9 @@ const char kDisableIPv6[] = "disable-ipv6";
const char kDisableMinimizeOnSecondLauncherItemClick[] =
"disable-minimize-on-second-launcher-item-click";
+// Disables the new bookmark app system.
+const char kDisableNewBookmarkApps[] = "disable-new-bookmark-apps";
+
// Disables the menu on the NTP for accessing sessions from other devices.
const char kDisableNTPOtherSessionsMenu[] = "disable-ntp-other-sessions-menu";
@@ -601,9 +604,6 @@ const char kEnableSSLConnectJobWaiting[] = "enable-ssl-connect-job-waiting";
// proceeds in the background.
const char kEnableStaleWhileRevalidate[] = "enable-stale-while-revalidate";
-// Enables an experimental hosted app experience.
-const char kEnableStreamlinedHostedApps[] = "enable-streamlined-hosted-apps";
-
// Enables the suggestions service.
const char kEnableSuggestionsService[] = "enable-suggestions-service";

Powered by Google App Engine
This is Rietveld 408576698