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

Unified Diff: content/content_browser.gypi

Issue 2222723002: Avoid calling into the ContentBrowserClient interface from ResourceDispatcherHostImpl to determine … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile failures Created 4 years, 4 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 4fd4b673d69de038fba287258f1e46e0649f049d..4e874d150611b32abb84829ece64aa038f63e26e 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -280,6 +280,8 @@
'public/browser/resource_dispatcher_host.h',
'public/browser/resource_dispatcher_host_delegate.cc',
'public/browser/resource_dispatcher_host_delegate.h',
+ 'public/browser/resource_dispatcher_host_interceptor.cc',
+ 'public/browser/resource_dispatcher_host_interceptor.h',
'public/browser/resource_dispatcher_host_login_delegate.h',
'public/browser/resource_hints.h',
'public/browser/resource_request_details.cc',

Powered by Google App Engine
This is Rietveld 408576698