Index: chrome/browser/android/shortcut_helper.h |
diff --git a/chrome/browser/android/shortcut_helper.h b/chrome/browser/android/shortcut_helper.h |
index 02929623f548aae0bfe717ff5ee963cdb31980a4..eac2cf13876f75d05c54846ebe5164379a1f3716 100644 |
--- a/chrome/browser/android/shortcut_helper.h |
+++ b/chrome/browser/android/shortcut_helper.h |
@@ -48,10 +48,12 @@ class ShortcutHelper { |
const GURL& image_url, |
const int ideal_splash_image_size_in_dp, |
const int minimum_splash_image_size_in_dp, |
- const std::string& webapp_id); |
+ const std::string& webapp_id, |
+ const std::string& webapp_url); |
// Stores the data of the webapp which is not placed inside the shortcut. |
static void StoreWebappData(const std::string& webapp_id, |
+ const std::string& webapp_url, |
const SkBitmap& splash_image); |
// Modify the given icon to matche the launcher requirements, then returns the |