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

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

Issue 2436833002: Send POST request to update WebAPK instead of PUT request (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/android/webapk/webapk_installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | chrome/browser/android/webapk/webapk_installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698