| Index: chrome/browser/extensions/extension_util.cc
|
| diff --git a/chrome/browser/extensions/extension_util.cc b/chrome/browser/extensions/extension_util.cc
|
| index 92d11157ea031c61173c141eceb8a0279eaba19b..b07ab1ca1aacc30643ac3faecddc0baa1e75c4e3 100644
|
| --- a/chrome/browser/extensions/extension_util.cc
|
| +++ b/chrome/browser/extensions/extension_util.cc
|
| @@ -349,7 +349,7 @@ const gfx::ImageSkia& GetDefaultExtensionIcon() {
|
| IDR_EXTENSION_DEFAULT_ICON);
|
| }
|
|
|
| -bool IsStreamlinedHostedAppsEnabled() {
|
| +bool IsNewBookmarkAppsEnabled() {
|
| return base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableNewBookmarkApps);
|
| }
|
|
|