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

Unified Diff: content/browser/renderer_host/DEPS

Issue 2417693002: Allow MimeHandlerViewGuest be embedded inside OOPIFs (Closed)
Patch Set: Rebased Created 4 years, 1 month 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 1f307600c8f72542f53bef012b7bf09d112ddc19..3274e625164689a536f7f4082cb34cdca3e02677 100644
--- a/content/browser/renderer_host/DEPS
+++ b/content/browser/renderer_host/DEPS
@@ -46,5 +46,6 @@ specific_include_rules = {
# to content/renderer_host, at which time this can be removed.
"render_widget_host_input_event_router.cc": [
"+content/browser/frame_host/render_widget_host_view_child_frame.h",
+ "+content/browser/frame_host/render_widget_host_view_guest.h",
],
}

Powered by Google App Engine
This is Rietveld 408576698