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

Unified Diff: content/browser/renderer_host/DEPS

Issue 2417693002: Allow MimeHandlerViewGuest be embedded inside OOPIFs (Closed)
Patch Set: Fixed a compile error and added some comments 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 135250c17845d91546cc91ee0c212ab6f40f04f2..24c1d5af14a9155026c0d2257761a4dab7183be1 100644
--- a/content/browser/renderer_host/DEPS
+++ b/content/browser/renderer_host/DEPS
@@ -47,5 +47,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",
Charlie Reis 2016/11/15 23:45:33 I'd really like to avoid making changes to DEPS if
EhsanK 2016/11/16 21:27:31 I actually explained this in patch 12 (copying ove
Charlie Reis 2016/11/16 22:25:26 Thanks, and sorry for missing the earlier explanat
EhsanK 2016/11/16 22:47:49 Sure. I will revert this to patch 12 in a separate
],
}

Powered by Google App Engine
This is Rietveld 408576698