commit | c431c0aee04d6b2caa3112f9d5b8b8682e69aa91 | [log] [tgz] |
---|---|---|
author | benwells <[email protected]> | Tue Jan 27 22:04:06 2015 |
committer | Commit bot <[email protected]> | Tue Jan 27 22:05:16 2015 |
tree | c8973e2a9480b7d40b7ffb619dd2c54d19f51517 | |
parent | 7d596101a72b10d31ff36a03fd8c63d2c42d1aaa [diff] [blame] |
Rename StreamlinedHostedApps to NewBookmarkApps in the code. This feature is now known by the name 'bookmark apps'. BUG=441127 Review URL: https://codereview.chromium.org/883603002 Cr-Commit-Position: refs/heads/master@{#313370}
diff --git a/chrome/browser/extensions/extension_util.cc b/chrome/browser/extensions/extension_util.cc index 92d1115..b07ab1c 100644 --- a/chrome/browser/extensions/extension_util.cc +++ b/chrome/browser/extensions/extension_util.cc
@@ -349,7 +349,7 @@ IDR_EXTENSION_DEFAULT_ICON); } -bool IsStreamlinedHostedAppsEnabled() { +bool IsNewBookmarkAppsEnabled() { return base::CommandLine::ForCurrentProcess()->HasSwitch( switches::kEnableNewBookmarkApps); }