| Index: chrome/browser/android/banners/app_banner_infobar_delegate_android.cc
|
| diff --git a/chrome/browser/android/banners/app_banner_infobar_delegate_android.cc b/chrome/browser/android/banners/app_banner_infobar_delegate_android.cc
|
| index 84a883f2b99d69356145d2367a4b24e1465e7a85..a61220907f486a241e7d770401ad5d1e53a32921 100644
|
| --- a/chrome/browser/android/banners/app_banner_infobar_delegate_android.cc
|
| +++ b/chrome/browser/android/banners/app_banner_infobar_delegate_android.cc
|
| @@ -215,6 +215,7 @@ bool AppBannerInfoBarDelegateAndroid::Accept() {
|
|
|
| ShortcutInfo info;
|
| info.UpdateFromManifest(web_app_data_);
|
| + info.UpdateSource(ShortcutInfo::SOURCE_APP_BANNER);
|
| content::BrowserThread::PostTask(
|
| content::BrowserThread::IO,
|
| FROM_HERE,
|
|
|