| Index: net/url_request/url_fetcher.h
|
| diff --git a/net/url_request/url_fetcher.h b/net/url_request/url_fetcher.h
|
| index 6d3f0e99862b40599fae667c2b35f9af22bf0e08..6022ba873994c097c2f5c8624203dd584096e77a 100644
|
| --- a/net/url_request/url_fetcher.h
|
| +++ b/net/url_request/url_fetcher.h
|
| @@ -83,9 +83,10 @@ class NET_EXPORT URLFetcher {
|
| PUT,
|
| PATCH,
|
|
|
| - // This is POST method with no body, no content-type header and
|
| + // This is POST/PUT method with no body, no content-type header and
|
| // no content-length header.
|
| POST_WITHOUT_BODY,
|
| + PUT_WITHOUT_BODY,
|
| };
|
|
|
| // Used by SetURLRequestUserData. The callback should make a fresh
|
|
|