| Index: chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc
|
| diff --git a/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc b/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc
|
| index bc55cb26db57533d4050e4ae37e0a09bc64cecdf..ba6732f42240274e61db5447ba35c5c9549c86bc 100644
|
| --- a/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc
|
| +++ b/chrome/browser/android/webapps/add_to_homescreen_dialog_helper.cc
|
| @@ -122,7 +122,7 @@ void AddToHomescreenDialogHelper::AddShortcut(const ShortcutInfo& info,
|
| const std::string& uid = base::GenerateGUID();
|
| content::BrowserThread::PostTask(
|
| content::BrowserThread::IO, FROM_HERE,
|
| - base::Bind(&ShortcutHelper::AddShortcutInBackgroundWithSkBitmap, info,
|
| + base::Bind(&ShortcutHelper::AddToLauncherInBackgroundWithSkBitmap, info,
|
| uid, icon,
|
| data_fetcher_->FetchSplashScreenImageCallback(uid)));
|
| }
|
|
|