Index: chrome/browser/android/shortcut_helper.h |
diff --git a/chrome/browser/android/shortcut_helper.h b/chrome/browser/android/shortcut_helper.h |
index 063c70d2716e11074d7c69ea06a560db01567653..3069a0b04c2f490fc4a0ec4a4a6566df5d7024df 100644 |
--- a/chrome/browser/android/shortcut_helper.h |
+++ b/chrome/browser/android/shortcut_helper.h |
@@ -68,7 +68,7 @@ class ShortcutHelper { |
// |success| indicates whether the request was issued to the server. A "true" |
// value of |success| does not guarantee that the WebAPK will be successfully |
// installed. |
- static void OnBuiltWebApk(bool success); |
+ static void OnBuiltWebApk(bool success, const std::string& webapk_package); |
// Returns the ideal size for an icon representing a web app. |
static int GetIdealHomescreenIconSizeInDp(); |