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

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

Issue 2669133003: Update AddToHomescreenDataFetcher to accept badge icon for WebAPK. (Closed)
Patch Set: Format Created 3 years, 11 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/android/shortcut_info.h
diff --git a/chrome/browser/android/shortcut_info.h b/chrome/browser/android/shortcut_info.h
index fe6f7136bad878aa9a08a4698041cbdbf59a9d02..97cd737dfac8b6110c3e0564021b905f3992cb06 100644
--- a/chrome/browser/android/shortcut_info.h
+++ b/chrome/browser/android/shortcut_info.h
@@ -54,6 +54,7 @@ struct ShortcutInfo {
int64_t theme_color;
int64_t background_color;
GURL best_icon_url;
dominickn 2017/02/02 19:16:50 Perhaps rename this best_primary_icon_url?
F 2017/02/02 21:05:51 After looking at the places that use ShortcutInfo,
dominickn 2017/02/02 21:17:11 Acknowledged.
+ GURL best_badge_url;
std::vector<std::string> icon_urls;
};

Powered by Google App Engine
This is Rietveld 408576698