Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(698)

Unified Diff: chrome/browser/android/shortcut_helper.h

Issue 2184913005: Add calls to the server to request WebAPK updates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698