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

Unified Diff: content/common/net/url_fetcher_impl.h

Issue 9342007: Add HTTP PUT request type to content:URLFetcher (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | content/common/net/url_fetcher_impl.cc » ('j') | content/common/net/url_fetcher_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/net/url_fetcher_impl.h
===================================================================
--- content/common/net/url_fetcher_impl.h (revision 120612)
+++ content/common/net/url_fetcher_impl.h (working copy)
@@ -46,6 +46,8 @@
virtual void SetReferrer(const std::string& referrer) OVERRIDE;
virtual void SetExtraRequestHeaders(
const std::string& extra_request_headers) OVERRIDE;
+ virtual void AddRequestHeaderFromString(
+ const base::StringPiece& header_line) OVERRIDE;
virtual void GetExtraRequestHeaders(
net::HttpRequestHeaders* headers) OVERRIDE;
virtual void SetRequestContext(
Property changes on: content/common/net/url_fetcher_impl.h
___________________________________________________________________
Deleted: svn:mergeinfo
« no previous file with comments | « no previous file | content/common/net/url_fetcher_impl.cc » ('j') | content/common/net/url_fetcher_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698