| Index: chrome/browser/android/shortcut_info.cc
|
| diff --git a/chrome/browser/android/shortcut_info.cc b/chrome/browser/android/shortcut_info.cc
|
| index 9d2d1c409af0ca56ede05935ac6cc0fbcd681e4a..11c2be50c3cabc4a1a7d69f2cf4eab73c4985592 100644
|
| --- a/chrome/browser/android/shortcut_info.cc
|
| +++ b/chrome/browser/android/shortcut_info.cc
|
| @@ -11,8 +11,7 @@ ShortcutInfo::ShortcutInfo(const GURL& shortcut_url)
|
| source(SOURCE_ADD_TO_HOMESCREEN_SHORTCUT),
|
| theme_color(content::Manifest::kInvalidOrMissingColor),
|
| background_color(content::Manifest::kInvalidOrMissingColor),
|
| - ideal_splash_image_size_in_px(0),
|
| - minimum_splash_image_size_in_px(0) {}
|
| + ideal_splash_image_size_in_px(0) {}
|
|
|
| ShortcutInfo::ShortcutInfo(const ShortcutInfo& other) = default;
|
|
|
|
|