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) { |