diff options
Diffstat (limited to 'chrome/browser/extensions/bookmark_app_helper.h')
-rw-r--r-- | chrome/browser/extensions/bookmark_app_helper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/extensions/bookmark_app_helper.h b/chrome/browser/extensions/bookmark_app_helper.h index b0cb661..c9bd9e9 100644 --- a/chrome/browser/extensions/bookmark_app_helper.h +++ b/chrome/browser/extensions/bookmark_app_helper.h @@ -37,7 +37,8 @@ class BookmarkAppHelper : public content::NotificationObserver { // 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); |