Index: chrome/browser/extensions/bookmark_app_helper.h |
=================================================================== |
--- chrome/browser/extensions/bookmark_app_helper.h (revision 274309) |
+++ chrome/browser/extensions/bookmark_app_helper.h (working copy) |
@@ -37,7 +37,8 @@ |
// This helper class will create a bookmark app out of |web_app_info| and |
// install it to |service|. Icons will be downloaded from the URLs in |
- // |web_app_info.icons| using |contents|. |
+ // |web_app_info.icons| using |contents| if |contents| is not NULL. |
+ // All existing icons from WebApplicationInfo will also be used. |
BookmarkAppHelper(ExtensionService* service, |
WebApplicationInfo web_app_info, |
content::WebContents* contents); |