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

Unified Diff: chrome/browser/android/shortcut_helper.cc

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_helper.cc
diff --git a/chrome/browser/android/shortcut_helper.cc b/chrome/browser/android/shortcut_helper.cc
index a151e211488f7cb441a4086a22492f44d6de615f..44ad544645ac420bb8893490066aff01041a2fd9 100644
--- a/chrome/browser/android/shortcut_helper.cc
+++ b/chrome/browser/android/shortcut_helper.cc
@@ -158,6 +158,7 @@ void ShortcutHelper::AddShortcutInBackgroundWithSkBitmap(
java_title.obj(),
java_bitmap.obj(),
info.display == content::Manifest::DISPLAY_MODE_STANDALONE,
+ info.theme_color,
info.orientation,
info.source);
}

Powered by Google App Engine
This is Rietveld 408576698