summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/web_apps.cc
diff options
context:
space:
mode:
authorbenwells <benwells@chromium.org>2015-01-27 14:04:06 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-27 22:05:16 +0000
commitc431c0aee04d6b2caa3112f9d5b8b8682e69aa91 (patch)
treec8973e2a9480b7d40b7ffb619dd2c54d19f51517 /chrome/renderer/web_apps.cc
parent7d596101a72b10d31ff36a03fd8c63d2c42d1aaa (diff)
downloadchromium_src-c431c0aee04d6b2caa3112f9d5b8b8682e69aa91.zip
chromium_src-c431c0aee04d6b2caa3112f9d5b8b8682e69aa91.tar.gz
chromium_src-c431c0aee04d6b2caa3112f9d5b8b8682e69aa91.tar.bz2
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}
Diffstat (limited to 'chrome/renderer/web_apps.cc')
-rw-r--r--chrome/renderer/web_apps.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/web_apps.cc b/chrome/renderer/web_apps.cc
index 7f38367..0d26dfa 100644
--- a/chrome/renderer/web_apps.cc
+++ b/chrome/renderer/web_apps.cc
@@ -143,7 +143,7 @@ void ParseWebAppFromWebDocument(WebFrame* frame,
// <http://en.wikipedia.org/wiki/Favicon>
// <http://dev.w3.org/html5/spec/Overview.html#rel-icon>
//
- // Streamlined Hosted Apps also support "apple-touch-icon" and
+ // Bookmark apps also support "apple-touch-icon" and
// "apple-touch-icon-precomposed".
if (LowerCaseEqualsASCII(rel, "icon") ||
LowerCaseEqualsASCII(rel, "shortcut icon") ||