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 b4b5ed1f8c5a6f3daffcd602a59750fd251347c7..c24a66886f1d919d5d86d9a41f6c0baaeb25b304 100644 |
--- a/chrome/browser/android/webapk/webapk_installer.h |
+++ b/chrome/browser/android/webapk/webapk_installer.h |
@@ -141,7 +141,6 @@ class WebApkInstaller : public net::URLFetcherDelegate { |
// successful request the WebAPK server responds with the URL of the generated |
// WebAPK. |
void SendRequest(std::unique_ptr<webapk::WebApk> request_proto, |
- net::URLFetcher::RequestType request_type, |
const GURL& server_url); |
// Called with the URL of generated WebAPK and the package name that the |