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..50036fb86cd210dcec7d60d55ba56d8dc3ef6bdb 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; |
| + GURL best_badge_icon_url; |
| std::vector<std::string> icon_urls; |
| }; |