| Index: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
|
| diff --git a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
|
| index fc41b85d714e595e6a872100e06111c1bd18c651..39d82718e5dffd899bcb287111313027f10a26a2 100644
|
| --- a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
|
| +++ b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h
|
| @@ -100,14 +100,6 @@ class ChromeResourceDispatcherHostDelegate
|
| content::ResourceType resource_type,
|
| ScopedVector<content::ResourceThrottle>* throttles);
|
|
|
| -#if defined(ENABLE_ONE_CLICK_SIGNIN)
|
| - // Append headers required to tell Gaia whether the sync interstitial
|
| - // should be shown or not. This header is only added for valid Gaia URLs.
|
| - void AppendChromeSyncGaiaHeader(
|
| - net::URLRequest* request,
|
| - content::ResourceContext* resource_context);
|
| -#endif
|
| -
|
| scoped_refptr<DownloadRequestLimiter> download_request_limiter_;
|
| scoped_refptr<SafeBrowsingService> safe_browsing_;
|
| #if defined(ENABLE_EXTENSIONS)
|
|
|