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 d3da5b194e9c2e0021c59e6e3f1771a0ede71a7e..ffbab62156f21869933b249cc54c71cbd93ca841 100644 |
--- a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h |
+++ b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h |
@@ -92,14 +92,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) |