Chromium Code Reviews| 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); |
| } |