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

Unified Diff: chrome/browser/extensions/bookmark_app_helper.h

Issue 266353006: Add generateAppForLink function in chrome.management (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 6 years, 7 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/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);

Powered by Google App Engine
This is Rietveld 408576698