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

Unified Diff: remoting/host/url_fetcher.h

Issue 10160013: Implement HostPortAllocator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « remoting/host/signaling_connector.cc ('k') | remoting/host/url_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/url_fetcher.h
diff --git a/remoting/host/url_fetcher.h b/remoting/host/url_fetcher.h
index 1b8b193b3f26e355827c772c3d180a2c8b4255dd..a77a70fcde765c41101d3d43d86f49b4fed8f465 100644
--- a/remoting/host/url_fetcher.h
+++ b/remoting/host/url_fetcher.h
@@ -47,6 +47,7 @@ class UrlFetcher {
net::URLRequestContextGetter* request_context_getter);
void SetUploadData(const std::string& upload_content_type,
const std::string& upload_content);
+ void SetHeader(const std::string& key, const std::string& value);
void Start(const DoneCallback& done_callback);
private:
« no previous file with comments | « remoting/host/signaling_connector.cc ('k') | remoting/host/url_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698