| 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;
|
|
|