diff options
Diffstat (limited to 'remoting/host/url_fetcher.h')
-rw-r--r-- | remoting/host/url_fetcher.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/url_fetcher.h b/remoting/host/url_fetcher.h index 1b8b193..a77a70f 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: |