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