| Index: chrome/browser/android/shortcut_helper.cc
|
| diff --git a/chrome/browser/android/shortcut_helper.cc b/chrome/browser/android/shortcut_helper.cc
|
| index f2cc790530a1011f21b97e9f609d5b9f5ca52143..169b0ec81bc80270badb1b37e9d1eac1a6b4ee95 100644
|
| --- a/chrome/browser/android/shortcut_helper.cc
|
| +++ b/chrome/browser/android/shortcut_helper.cc
|
| @@ -168,7 +168,8 @@ void ShortcutHelper::AddShortcutInBackgroundWithSkBitmap(
|
| java_bitmap.obj(),
|
| info.display == content::Manifest::DISPLAY_MODE_STANDALONE,
|
| info.orientation,
|
| - info.source);
|
| + info.source,
|
| + info.theme_color);
|
| }
|
|
|
| void ShortcutHelper::RecordAddToHomescreen() {
|
|
|