Index: chrome/browser/android/shortcut_helper.h |
diff --git a/chrome/browser/android/shortcut_helper.h b/chrome/browser/android/shortcut_helper.h |
index 8f489d358038f65f37b2e4b9dd89cc9022405bcd..c41bba646d2bc503cf17410f3c9e7e43f45803e7 100644 |
--- a/chrome/browser/android/shortcut_helper.h |
+++ b/chrome/browser/android/shortcut_helper.h |
@@ -110,6 +110,10 @@ class ShortcutHelper { |
// can handle |url|. |
static bool IsWebApkInstalled(const GURL& url); |
+ // Generates a scope URL based on the passed in |url|. It should be used |
+ // when the Web Manifest does not specify a scope URL. |
+ static GURL GetScopeFromURL(const GURL& url); |
+ |
private: |
ShortcutHelper() = delete; |
~ShortcutHelper() = delete; |