| Index: chrome/browser/android/shortcut_helper.h
|
| diff --git a/chrome/browser/android/shortcut_helper.h b/chrome/browser/android/shortcut_helper.h
|
| index 43755d6dd1ba911a700f187325b2f8a50d08d026..621cda1ba831421fa91eec0b101c103ac7f06472 100644
|
| --- a/chrome/browser/android/shortcut_helper.h
|
| +++ b/chrome/browser/android/shortcut_helper.h
|
| @@ -12,6 +12,7 @@
|
| #include "base/android/jni_weak_ref.h"
|
| #include "base/callback_forward.h"
|
| #include "base/macros.h"
|
| +#include "base/strings/string16.h"
|
| #include "chrome/browser/android/shortcut_info.h"
|
| #include "chrome/browser/android/webapk/webapk_info.h"
|
| #include "chrome/browser/android/webapk/webapk_install_service.h"
|
| @@ -36,6 +37,7 @@ class ShortcutHelper {
|
| // added depends on the properties in |info|.
|
| static void AddToLauncherWithSkBitmap(content::WebContents* web_contents,
|
| const ShortcutInfo& info,
|
| + const base::string16& user_title,
|
| const SkBitmap& icon_bitmap);
|
|
|
| // Installs WebAPK and adds shortcut to the launcher.
|
|
|