Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(488)

Unified Diff: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h

Issue 914363003: Remove OneClickSigninHelper since it is no longer used. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ocl
Patch Set: rebased Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698