From 7462646e2e740d7d5b1a848a524e6620047a6b34 Mon Sep 17 00:00:00 2001 From: "chron@google.com" Date: Wed, 17 Feb 2010 20:44:52 +0000 Subject: 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 --- chrome/browser/net/url_fetcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/net') 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. -- cgit v1.1