| 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:
|
|
|