| Index: chrome/browser/extensions/launch_util.h
|
| diff --git a/chrome/browser/extensions/launch_util.h b/chrome/browser/extensions/launch_util.h
|
| index 9b0b294430ccbf2c5ad42601ba6c0ee71a46beaf..31c3bed6b2a8f163890ed117b27f5ee7da5dc327 100644
|
| --- a/chrome/browser/extensions/launch_util.h
|
| +++ b/chrome/browser/extensions/launch_util.h
|
| @@ -30,7 +30,7 @@ class ExtensionPrefs;
|
| // Gets the launch type preference. If no preference is set, returns
|
| // LAUNCH_TYPE_DEFAULT.
|
| // Returns LAUNCH_TYPE_WINDOW if there's no preference and
|
| -// 'streamlined hosted apps' are enabled.
|
| +// bookmark apps are enabled.
|
| LaunchType GetLaunchType(const ExtensionPrefs* prefs,
|
| const Extension* extension);
|
|
|
|
|