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

Side by Side Diff: content/public/browser/DEPS

Issue 9580002: Add ResourceRequestInfo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+content/browser/browser_child_process_host_impl.h", 2 "+content/browser/browser_child_process_host_impl.h",
3 "+content/browser/notification_service_impl.h", 3 "+content/browser/notification_service_impl.h",
4 "+content/browser/renderer_host/render_view_host.h", 4 "+content/browser/renderer_host/render_view_host.h",
5 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h",
5 6
6 # TODO(jam): remove 7 # TODO(jam): remove
7 "+content/browser/download/download_id.h", 8 "+content/browser/download/download_id.h",
8 "+content/browser/download/download_state_info.h", 9 "+content/browser/download/download_state_info.h",
9 "+content/browser/download/interrupt_reasons.h", 10 "+content/browser/download/interrupt_reasons.h",
10 "+content/browser/javascript_dialogs.h", 11 "+content/browser/javascript_dialogs.h",
11 "+content/browser/tab_contents/navigation_controller.h", 12 "+content/browser/tab_contents/navigation_controller.h",
12 "+content/browser/tab_contents/page_navigator.h", 13 "+content/browser/tab_contents/page_navigator.h",
13 "+content/browser/tab_contents/tab_contents.h", 14 "+content/browser/tab_contents/tab_contents.h",
14 "+content/browser/webui/web_ui.h", 15 "+content/browser/webui/web_ui.h",
15 ] 16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698