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

Unified Diff: chrome/browser/about_flags.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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 8e638909b7a8d10198e23c5e30b726ad8d188c5e..15358ce7f94384cb50c51d325bd4d7ebf7705ea2 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1535,11 +1535,11 @@ const Experiment kExperiments[] = {
},
#endif
{
- "enable-streamlined-hosted-apps",
- IDS_FLAGS_ENABLE_STREAMLINED_HOSTED_APPS_NAME,
- IDS_FLAGS_ENABLE_STREAMLINED_HOSTED_APPS_DESCRIPTION,
+ "disable-new-bookmark-apps",
+ IDS_FLAGS_DISABLE_NEW_BOOKMARK_APPS_NAME,
+ IDS_FLAGS_DISABLE_NEW_BOOKMARK_APPS_DESCRIPTION,
kOsWin | kOsCrOS | kOsLinux | kOsMac,
- SINGLE_VALUE_TYPE(switches::kEnableStreamlinedHostedApps)
+ SINGLE_VALUE_TYPE(switches::kDisableNewBookmarkApps)
},
{
"enable-ephemeral-apps-in-webstore",

Powered by Google App Engine
This is Rietveld 408576698