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

Unified Diff: chrome/browser/ui/browser.cc

Issue 883603002: Rename StreamlinedHostedApps to NewBookmarkApps in the code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments and variables Created 5 years, 11 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/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 76085e9d3ad10eddd3a48b00830b7a6632f3f598..700e56057685fdfbfe5594d9ba99b4164666548b 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -2345,8 +2345,8 @@ bool Browser::ShouldShowLocationBar() const {
}
bool Browser::ShouldUseWebAppFrame() const {
- // Only use the web app frame for apps in ash, and only if streamlined hosted
- // apps are enabled.
+ // Only use the web app frame for apps in ash, and only if bookmark apps are
+ // enabled.
if (!is_app() || host_desktop_type() != chrome::HOST_DESKTOP_TYPE_ASH ||
!IsWebAppFrameEnabled()) {
return false;

Powered by Google App Engine
This is Rietveld 408576698