Index: chrome/browser/android/shortcut_info.cc |
diff --git a/chrome/browser/android/shortcut_info.cc b/chrome/browser/android/shortcut_info.cc |
index d9d66852eac668ced6afe91ebbb19f27b72be67f..cf310ebb0386937fca4d939604019ba224a29379 100644 |
--- a/chrome/browser/android/shortcut_info.cc |
+++ b/chrome/browser/android/shortcut_info.cc |
@@ -10,7 +10,8 @@ ShortcutInfo::ShortcutInfo(const GURL& shortcut_url) |
orientation(blink::WebScreenOrientationLockDefault), |
source(SOURCE_ADD_TO_HOMESCREEN), |
theme_color(content::Manifest::kInvalidOrMissingColor), |
- background_color(content::Manifest::kInvalidOrMissingColor) { |
+ background_color(content::Manifest::kInvalidOrMissingColor), |
+ is_icon_generated(false) { |
} |
ShortcutInfo::~ShortcutInfo() { |