Index: chrome/browser/android/shortcut_info.h |
diff --git a/chrome/browser/android/shortcut_info.h b/chrome/browser/android/shortcut_info.h |
index 2f4fbff6e8b3eb62d94e52c21eb8c86b6bd4ac9d..4f9f0d6347786d2e6efb461ceb978e7a70669d15 100644 |
--- a/chrome/browser/android/shortcut_info.h |
+++ b/chrome/browser/android/shortcut_info.h |
@@ -40,6 +40,7 @@ struct ShortcutInfo { |
base::string16 title; |
content::Manifest::DisplayMode display; |
blink::WebScreenOrientationLockType orientation; |
+ int64_t theme_color; |
Source source; |
}; |