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

Unified Diff: extensions/browser/guest_view/guest_view_base.cc

Issue 702433002: Refactor GuestViewContainer to split out WebView related logic and MimeHandlerView related logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: extensions/browser/guest_view/guest_view_base.cc
diff --git a/extensions/browser/guest_view/guest_view_base.cc b/extensions/browser/guest_view/guest_view_base.cc
index 859d2050bbb2f2fbb8b9915aa03c69527222a2d4..b4dae02203d7e1cd911702a134ca3870455e2349 100644
--- a/extensions/browser/guest_view/guest_view_base.cc
+++ b/extensions/browser/guest_view/guest_view_base.cc
@@ -293,7 +293,6 @@ void GuestViewBase::DidAttach(int guest_proxy_routing_id) {
// Inform the associated GuestViewContainer that the contentWindow is ready.
embedder_web_contents()->Send(new ExtensionMsg_GuestAttached(
embedder_web_contents()->GetMainFrame()->GetRoutingID(),
- element_instance_id_,
guest_proxy_routing_id));
SendQueuedEvents();

Powered by Google App Engine
This is Rietveld 408576698