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

Unified Diff: content/browser/renderer_host/DEPS

Issue 1324803002: Remove RenderFrameMessageFilter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/browser/renderer_host/DEPS
diff --git a/content/browser/renderer_host/DEPS b/content/browser/renderer_host/DEPS
index 85fd36e65598df0389bb66fe8767ce83c9032b95..0e52683f05e6b2bd4e67169f1eca128b4e29e074 100644
--- a/content/browser/renderer_host/DEPS
+++ b/content/browser/renderer_host/DEPS
@@ -29,9 +29,6 @@ specific_include_rules = {
"sandbox_ipc_linux\.h": [
"+content/child/blink_platform_impl.h",
],
- "render_process_host_impl\.cc": [
- "+content/browser/frame_host/render_frame_message_filter.h",
- ],
"render_widget_host_view_mac\.mm": [
"+content/browser/frame_host",
"+content/public/browser/web_contents.h",
@@ -42,6 +39,9 @@ specific_include_rules = {
],
# TODO(nasko): Remove these exceptions once we've untangled the dependency
# of RenderViewHost on the FrameTree.
+ "render_message_filter\.cc": [
+ "+content/browser/frame_host/render_frame_host_impl.h",
+ ],
"render_view_host_impl\.(cc|h)": [
"+content/browser/frame_host/frame_tree.h",
],
« no previous file with comments | « content/browser/frame_host/render_frame_message_filter.cc ('k') | content/browser/renderer_host/render_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698