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

Unified Diff: chrome/browser/android/shortcut_info.h

Issue 2453423002: Send all of the icon URLs listed in Web Manifest to WebAPK Server. (Closed)
Patch Set: pkotwicz@'s comments. Created 4 years, 1 month 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/android/shortcut_info.h
diff --git a/chrome/browser/android/shortcut_info.h b/chrome/browser/android/shortcut_info.h
index 85716d6a88c8a0bad823f97dd1504c4f81e94b80..63af9126ad21c7c70b0355b92f4ed23ea4b21be0 100644
--- a/chrome/browser/android/shortcut_info.h
+++ b/chrome/browser/android/shortcut_info.h
@@ -51,7 +51,8 @@ struct ShortcutInfo {
Source source;
int64_t theme_color;
int64_t background_color;
- GURL icon_url;
+ GURL best_icon_url;
+ std::vector<GURL> icon_urls;
};
#endif // CHROME_BROWSER_ANDROID_SHORTCUT_INFO_H_

Powered by Google App Engine
This is Rietveld 408576698