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

Unified Diff: content/content_browser.gypi

Issue 10414035: Move TransferNavigationResourceThrottle to content since that's where it belongs. This is a step in… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 8 years, 7 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
===================================================================
--- content/content_browser.gypi (revision 138143)
+++ content/content_browser.gypi (working copy)
@@ -612,6 +612,8 @@
'browser/renderer_host/text_input_client_message_filter.mm',
'browser/renderer_host/throttling_resource_handler.cc',
'browser/renderer_host/throttling_resource_handler.h',
+ 'browser/renderer_host/transfer_navigation_resource_throttle.cc',
+ 'browser/renderer_host/transfer_navigation_resource_throttle.h',
'browser/renderer_host/web_input_event_aura.cc',
'browser/renderer_host/web_input_event_aura.h',
'browser/renderer_host/web_input_event_aurawin.cc',

Powered by Google App Engine
This is Rietveld 408576698