Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: chrome/browser/android/shortcut_info.h

Issue 1234653004: webapps: utilize manifest theme colors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Mounir's comments Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698