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

Unified Diff: content/public/browser/browser_plugin_guest_delegate.h

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/public/browser/browser_plugin_guest_delegate.h
diff --git a/content/public/browser/browser_plugin_guest_delegate.h b/content/public/browser/browser_plugin_guest_delegate.h
index dd2621593d4650483fac8c1e5ee9a50c304c50d9..cb4b1cbec5a1606b74b080c2ba166dc8a3ae8dea 100644
--- a/content/public/browser/browser_plugin_guest_delegate.h
+++ b/content/public/browser/browser_plugin_guest_delegate.h
@@ -81,6 +81,9 @@ class CONTENT_EXPORT BrowserPluginGuestDelegate {
virtual bool Find(int request_id,
const base::string16& search_text,
const blink::WebFindOptions& options);
+
+ // Called after the guest's JavaScript onload function has completed.
+ virtual void DocumentOnLoadCompleted(int guest_proxy_routing_id) {}
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698