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

Unified Diff: chrome/browser/android/webapk/webapk_installer.h

Issue 2263673003: Pass icon and icon murmur2 hash to WebApkInstaller when updating WebAPKs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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/webapk/webapk_installer.h
diff --git a/chrome/browser/android/webapk/webapk_installer.h b/chrome/browser/android/webapk/webapk_installer.h
index 8c1f3d8855442b8110d273a4c2c13f5695087511..36196692ccc4c5711ce3ba02e344a0dfbb46f665 100644
--- a/chrome/browser/android/webapk/webapk_installer.h
+++ b/chrome/browser/android/webapk/webapk_installer.h
@@ -64,6 +64,7 @@ class WebApkInstaller : public net::URLFetcherDelegate {
// after the request to install the WebAPK is sent to the Google Play server.
void UpdateAsync(content::BrowserContext* browser_context,
const FinishCallback& callback,
+ const std::string& icon_murmur2_hash,
const std::string& webapk_package,
int webapk_version);
@@ -71,6 +72,7 @@ class WebApkInstaller : public net::URLFetcherDelegate {
void UpdateAsyncWithURLRequestContextGetter(
net::URLRequestContextGetter* request_context_getter,
const FinishCallback& callback,
+ const std::string& icon_murmur2_hash,
const std::string& webapk_package,
int webapk_version);

Powered by Google App Engine
This is Rietveld 408576698