diff options
author | hidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-08 05:42:54 +0000 |
---|---|---|
committer | hidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-08 05:42:54 +0000 |
commit | 8727817ad5a5d10ed4648767610688996c5e4470 (patch) | |
tree | 49acd9614f10bdfd0d18fccb4c068be2d21fead4 /net/url_request/url_fetcher.h | |
parent | 751ab65da9518c7d6b71580ac11e10315dcf36af (diff) | |
download | chromium_src-8727817ad5a5d10ed4648767610688996c5e4470.zip chromium_src-8727817ad5a5d10ed4648767610688996c5e4470.tar.gz chromium_src-8727817ad5a5d10ed4648767610688996c5e4470.tar.bz2 |
Remove deprecated POST_WITHOUT_BODY
This CL removes deprecated enum value POST_WITHOUT_BODY as it is no longer
used.
BUG=148632
TEST=Ran try-bot.
Review URL: https://chromiumcodereview.appspot.com/12212070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181435 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/url_request/url_fetcher.h')
-rw-r--r-- | net/url_request/url_fetcher.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/url_request/url_fetcher.h b/net/url_request/url_fetcher.h index 3074055..1b8cce1 100644 --- a/net/url_request/url_fetcher.h +++ b/net/url_request/url_fetcher.h @@ -82,11 +82,6 @@ class NET_EXPORT URLFetcher { // <winnt.h> defines a DELETE macro. PUT, PATCH, - - // DEPRECATED: Now POST should work well for empty body, and this value - // will be removed soon. - // This is POST method with no body, and no content-type header. - POST_WITHOUT_BODY, }; // Used by SetURLRequestUserData. The callback should make a fresh |