diff options
Diffstat (limited to 'chromium/components/update_client/network.h')
-rw-r--r-- | chromium/components/update_client/network.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/components/update_client/network.h b/chromium/components/update_client/network.h index 8f92d3f10c6..4afce03df36 100644 --- a/chromium/components/update_client/network.h +++ b/chromium/components/update_client/network.h @@ -55,6 +55,7 @@ class NetworkFetcher { virtual void PostRequest( const GURL& url, const std::string& post_data, + const std::string& content_type, const base::flat_map<std::string, std::string>& post_additional_headers, ResponseStartedCallback response_started_callback, ProgressCallback progress_callback, |