Index: chrome/browser/android/shortcut_info.h |
diff --git a/chrome/browser/android/shortcut_info.h b/chrome/browser/android/shortcut_info.h |
index cfb92f4d296c45fa4aecad1c9f32aac41f25a15d..7e9a79f55e50472d6419abb31644b69b605f7057 100644 |
--- a/chrome/browser/android/shortcut_info.h |
+++ b/chrome/browser/android/shortcut_info.h |
@@ -44,6 +44,7 @@ struct ShortcutInfo { |
content::Manifest::DisplayMode display; |
blink::WebScreenOrientationLockType orientation; |
Source source; |
+ int64_t theme_color; |
}; |
#endif // CHROME_BROWSER_ANDROID_SHORTCUT_INFO_H_ |