| Index: chrome/browser/android/shortcut_helper.h
|
| diff --git a/chrome/browser/android/shortcut_helper.h b/chrome/browser/android/shortcut_helper.h
|
| index d2fabef8b72c53ec86ecc108cbb703b369fd727d..40a4beea782e63685e8a307c9b0d620a46ee0c43 100644
|
| --- a/chrome/browser/android/shortcut_helper.h
|
| +++ b/chrome/browser/android/shortcut_helper.h
|
| @@ -72,6 +72,10 @@ class ShortcutHelper {
|
| const GURL& url,
|
| bool* is_generated);
|
|
|
| + // Returns true if WebAPKs are enabled and there is a WebAPK installed which
|
| + // can handle |url|.
|
| + static bool IsWebApkInstalled(const GURL& url);
|
| +
|
| private:
|
| ShortcutHelper() = delete;
|
| ~ShortcutHelper() = delete;
|
|
|