| 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);
|
|
|
|
|