diff options
Diffstat (limited to 'chrome/browser/sync/glue/http_bridge.h')
-rw-r--r-- | chrome/browser/sync/glue/http_bridge.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/sync/glue/http_bridge.h b/chrome/browser/sync/glue/http_bridge.h index b2f4cbf..90ffff6 100644 --- a/chrome/browser/sync/glue/http_bridge.h +++ b/chrome/browser/sync/glue/http_bridge.h @@ -63,9 +63,7 @@ class HttpBridge : public base::RefCountedThreadSafe<HttpBridge>, } virtual bool AllowSendingCookies(const URLRequest* request) const { - // TODO(chron): http://crbug.com/20182. Change this to return false once - // all clients use Authenticate: header auth mode. - return true; + return false; } private: |