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

Unified Diff: chrome/browser/about_flags.cc

Issue 938603002: Disable bookmark apps on non-ChromeOS platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback Created 5 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index e63b0fe6ce8ebdc358347c200e61219f1a3039a3..6d142b9835bbf5618e10e935badcebcf8458b11a 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1537,10 +1537,11 @@ const Experiment kExperiments[] = {
#endif
{
"disable-new-bookmark-apps",
- IDS_FLAGS_DISABLE_NEW_BOOKMARK_APPS_NAME,
- IDS_FLAGS_DISABLE_NEW_BOOKMARK_APPS_DESCRIPTION,
+ IDS_FLAGS_NEW_BOOKMARK_APPS_NAME,
+ IDS_FLAGS_NEW_BOOKMARK_APPS_DESCRIPTION,
kOsWin | kOsCrOS | kOsLinux | kOsMac,
- SINGLE_VALUE_TYPE(switches::kDisableNewBookmarkApps)
+ ENABLE_DISABLE_VALUE_TYPE(switches::kEnableNewBookmarkApps,
+ switches::kDisableNewBookmarkApps)
},
#if defined(OS_MACOSX)
{
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698