| Index: chrome/browser/android/shortcut_info.cc
|
| diff --git a/chrome/browser/android/shortcut_info.cc b/chrome/browser/android/shortcut_info.cc
|
| index cadec49f4dbc9a148caa01c7d869fd0a708c1396..9d2dfae8417b1bff6dc65377d71177ff291ed981 100644
|
| --- a/chrome/browser/android/shortcut_info.cc
|
| +++ b/chrome/browser/android/shortcut_info.cc
|
| @@ -11,7 +11,8 @@ ShortcutInfo::ShortcutInfo(const GURL& shortcut_url)
|
| source(SOURCE_ADD_TO_HOMESCREEN),
|
| theme_color(content::Manifest::kInvalidOrMissingColor),
|
| background_color(content::Manifest::kInvalidOrMissingColor),
|
| - is_icon_generated(false) {
|
| + is_icon_generated(false),
|
| + type(Type::OTHER) {
|
| }
|
|
|
| ShortcutInfo::ShortcutInfo(const ShortcutInfo& other) = default;
|
|
|