Chromium Code Reviews| 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; |
| }; |