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 d5db06b83ed29544cbe13277379a40c6fb7b1e13..4d95f4622780faa9714c61c5d672545179be4ec0 100644 |
| --- a/chrome/browser/android/shortcut_info.h |
| +++ b/chrome/browser/android/shortcut_info.h |
| @@ -45,6 +45,7 @@ struct ShortcutInfo { |
| Source source; |
| int64_t theme_color; |
| int64_t background_color; |
| + bool generated_icon; |
|
mlamouri (slow - plz ping)
2015/10/22 14:37:07
I've renamed this to is_generated_icon.
|
| }; |
| #endif // CHROME_BROWSER_ANDROID_SHORTCUT_INFO_H_ |