summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net
diff options
context:
space:
mode:
authorchron@google.com <chron@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-17 20:44:52 +0000
committerchron@google.com <chron@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-17 20:44:52 +0000
commit7462646e2e740d7d5b1a848a524e6620047a6b34 (patch)
tree45a7d4366e80dd603077f8c886e10c0eed7957ba /chrome/browser/net
parent86b423f4321ba469cf8eb15edd27cc6f2bf29ae2 (diff)
downloadchromium_src-7462646e2e740d7d5b1a848a524e6620047a6b34.zip
chromium_src-7462646e2e740d7d5b1a848a524e6620047a6b34.tar.gz
chromium_src-7462646e2e740d7d5b1a848a524e6620047a6b34.tar.bz2
Add support for the Update-Client-Auth header to sync. Add a mutex to the auth token in ServerConnectionManager.
TEST=manually tested using fiddler2 script. BUG=35321 Review URL: http://codereview.chromium.org/605010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39259 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/net')
-rw-r--r--chrome/browser/net/url_fetcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/net/url_fetcher.h b/chrome/browser/net/url_fetcher.h
index 35fc37d..695f808 100644
--- a/chrome/browser/net/url_fetcher.h
+++ b/chrome/browser/net/url_fetcher.h
@@ -137,7 +137,7 @@ class URLFetcher {
// Retrieve the response headers from the request. Must only be called after
// the OnURLFetchComplete callback has run.
- net::HttpResponseHeaders* response_headers() const;
+ virtual net::HttpResponseHeaders* response_headers() const;
// Start the request. After this is called, you may not change any other
// settings.