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

Unified Diff: chrome/browser/ui/browser_commands.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_commands.cc
diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc
index b3f36a6f51bb0827e1da1bcef4dc23241a7ad318..589124265322206b98f49b4602e5ac725a1d018e 100644
--- a/chrome/browser/ui/browser_commands.cc
+++ b/chrome/browser/ui/browser_commands.cc
@@ -442,8 +442,8 @@ void Home(Browser* browser, WindowOpenDisposition disposition) {
GURL url = browser->profile()->GetHomePage();
#if defined(ENABLE_EXTENSIONS)
- // Streamlined hosted apps should return to their launch page when the home
- // button is pressed.
+ // With bookmark apps enabled, hosted apps should return to their launch page
+ // when the home button is pressed.
if (browser->is_app()) {
const extensions::Extension* extension =
extensions::ExtensionRegistry::Get(browser->profile())

Powered by Google App Engine
This is Rietveld 408576698