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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 809713006: Disable new bookmark apps flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix woopsies Created 5 years, 11 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/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index d4d08514e567a66cd9a41dd4d43f1568ba594715..e64ea5c82b8a4bc46a20a6420f6b26f7c41ce7b9 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1404,7 +1404,6 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
switches::kDisableBundledPpapiFlash,
switches::kDisableCastStreamingHWEncoding,
switches::kDisableJavaScriptHarmonyShipping,
- switches::kDisableNewBookmarkApps,
switches::kDisableOutOfProcessPdf,
switches::kEnableBenchmarking,
switches::kEnableNaCl,
@@ -1413,6 +1412,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches(
switches::kEnableNaClNonSfiMode,
#endif
switches::kEnableNetBenchmarking,
+ switches::kEnableNewBookmarkApps,
switches::kEnableOutOfProcessPdf,
switches::kEnablePluginPlaceholderShadowDom,
switches::kEnableShowModalDialog,

Powered by Google App Engine
This is Rietveld 408576698