| 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..e623932a4be43ae9052e2ef1d1094ac00b3934f2 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 is_icon_generated;
|
| };
|
|
|
| #endif // CHROME_BROWSER_ANDROID_SHORTCUT_INFO_H_
|
|
|