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 ed103b0afeb3d29b14f363f325767e05a3243379..91725155c58c1b25637c25c60a658f924ba80dc3 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest.cc |
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc |
@@ -459,6 +459,10 @@ void BrowserPluginGuest::RenderProcessGone(base::TerminationStatus status) { |
} |
} |
+void BrowserPluginGuest::DocumentOnLoadCompletedInMainFrame() { |
+ delegate_->DocumentOnLoadCompleted(guest_proxy_routing_id_); |
+} |
+ |
// static |
bool BrowserPluginGuest::ShouldForwardToBrowserPluginGuest( |
const IPC::Message& message) { |