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

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

Powered by Google App Engine
This is Rietveld 408576698