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 |
zel
2011/12/13 20:10:50
PTAL, I had to rename this enum since DELETE macro
|
}; |
// |url| is the URL to send the request to. |