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

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.cc

Issue 811263002: Queue postMessage messages destined for a MimeHandlerView guest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@postMessage1
Patch Set: Created 6 years 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/browser_plugin/browser_plugin_guest.cc
diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc
index 4a1fc2dc8d5f45dfcc8f35809333a3862776e529..8452c8f7eead1bd3c43d54b75b66a1751947dc60 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.cc
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc
@@ -458,6 +458,10 @@ void BrowserPluginGuest::RenderProcessGone(base::TerminationStatus status) {
}
}
+void BrowserPluginGuest::DocumentOnLoadCompletedInMainFrame() {
+ delegate_->DocumentOnLoadCompleted(guest_proxy_routing_id_);
+}
+
// static
bool BrowserPluginGuest::ShouldForwardToBrowserPluginGuest(
const IPC::Message& message) {

Powered by Google App Engine
This is Rietveld 408576698