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 |