Index: chrome/browser/android/shortcut_data_fetcher.cc |
diff --git a/chrome/browser/android/shortcut_data_fetcher.cc b/chrome/browser/android/shortcut_data_fetcher.cc |
index f4de97abf01de3ce29a20344ac178fcdf243362c..5308fd9f92f2cfbf07dc0212941380d13946c830 100644 |
--- a/chrome/browser/android/shortcut_data_fetcher.cc |
+++ b/chrome/browser/android/shortcut_data_fetcher.cc |
@@ -73,6 +73,9 @@ void ShortcutDataFetcher::OnDidGetWebApplicationInfo( |
shortcut_info_.display = content::Manifest::DISPLAY_MODE_STANDALONE; |
} |
+ // Set the theme color to undefined |
+ shortcut_info_.theme_color = -1; |
mlamouri (slow - plz ping)
2015/07/17 13:28:29
Please use the content::Manifest constant.
|
+ |
// Record what type of shortcut was added by the user. |
switch (web_app_info.mobile_capable) { |
case WebApplicationInfo::MOBILE_CAPABLE: |