| 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..035ace635f16cf8753d901a9fcaae8a4daccd34b 100644
|
| --- a/chrome/browser/android/shortcut_info.cc
|
| +++ b/chrome/browser/android/shortcut_info.cc
|
| @@ -10,8 +10,7 @@ ShortcutInfo::ShortcutInfo(const GURL& shortcut_url)
|
| orientation(blink::WebScreenOrientationLockDefault),
|
| source(SOURCE_ADD_TO_HOMESCREEN),
|
| theme_color(content::Manifest::kInvalidOrMissingColor),
|
| - background_color(content::Manifest::kInvalidOrMissingColor),
|
| - is_icon_generated(false) {
|
| + background_color(content::Manifest::kInvalidOrMissingColor) {
|
| }
|
|
|
| ShortcutInfo::ShortcutInfo(const ShortcutInfo& other) = default;
|
|
|