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

Unified Diff: chrome/browser/extensions/extension_util.cc

Issue 882343004: Enable the new bookmark apps system by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/browser/extensions/extension_util.cc
diff --git a/chrome/browser/extensions/extension_util.cc b/chrome/browser/extensions/extension_util.cc
index b07ab1ca1aacc30643ac3faecddc0baa1e75c4e3..623a1df0723374763401a755bb3f33acb9a3cfa3 100644
--- a/chrome/browser/extensions/extension_util.cc
+++ b/chrome/browser/extensions/extension_util.cc
@@ -350,8 +350,8 @@ const gfx::ImageSkia& GetDefaultExtensionIcon() {
}
bool IsNewBookmarkAppsEnabled() {
- return base::CommandLine::ForCurrentProcess()->HasSwitch(
- switches::kEnableNewBookmarkApps);
+ return !base::CommandLine::ForCurrentProcess()->HasSwitch(
+ switches::kDisableNewBookmarkApps);
}
} // namespace util
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/ui/app_list/app_list_service_impl_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698