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