| 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())
|
|
|