Index: content/public/common/url_fetcher.h |
=================================================================== |
--- content/public/common/url_fetcher.h (revision 114213) |
+++ content/public/common/url_fetcher.h (working copy) |
@@ -74,6 +74,7 @@ |
GET, |
POST, |
HEAD, |
+ DELETE_REQUEST, // DELETE macro is already taken on Windows |
wtc
2011/12/13 20:20:06
Nit: please change the macro to
DELETE is alre
zel
2011/12/13 20:25:53
Done.
|
}; |
// |url| is the URL to send the request to. |