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

Unified Diff: chrome/browser/extensions/extension_util.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/extensions/extension_util.cc
diff --git a/chrome/browser/extensions/extension_util.cc b/chrome/browser/extensions/extension_util.cc
index 1724be0faf2efec47d1f772131f143cc411c668a..92d11157ea031c61173c141eceb8a0279eaba19b 100644
--- a/chrome/browser/extensions/extension_util.cc
+++ b/chrome/browser/extensions/extension_util.cc
@@ -350,8 +350,8 @@ const gfx::ImageSkia& GetDefaultExtensionIcon() {
}
bool IsStreamlinedHostedAppsEnabled() {
- return !base::CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kDisableNewBookmarkApps);
+ return base::CommandLine::ForCurrentProcess()->HasSwitch(
+ switches::kEnableNewBookmarkApps);
}
} // namespace util

Powered by Google App Engine
This is Rietveld 408576698