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

Unified Diff: extensions/browser/guest_view/web_view/web_view_guest.cc

Issue 910073003: <webview>: Make contentWindow available prior to attachment (on display:none). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 years, 10 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: extensions/browser/guest_view/web_view/web_view_guest.cc
diff --git a/extensions/browser/guest_view/web_view/web_view_guest.cc b/extensions/browser/guest_view/web_view/web_view_guest.cc
index 8b9bfb0391399deca42ff8a2b7724d372417e117..994e9b311d64ac347ea4523785c823b10ca396d4 100644
--- a/extensions/browser/guest_view/web_view/web_view_guest.cc
+++ b/extensions/browser/guest_view/web_view/web_view_guest.cc
@@ -984,6 +984,7 @@ void WebViewGuest::ApplyAttributes(const base::DictionaryValue& params) {
NavigateGuest(src, false /* force_navigation */);
}
+ ignore_result(proxy_host()->GetGuestProxyRoutingID());
lfg 2015/03/05 22:14:00 Comment that this is here to create the RV.
Fady Samuel 2015/03/07 00:20:28 Removed.
}
void WebViewGuest::ShowContextMenu(

Powered by Google App Engine
This is Rietveld 408576698