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

Unified Diff: content/renderer/browser_plugin/browser_plugin.h

Issue 2396123002: Add IPC to notify BrowserPlugin when RenderProcess is ready. (Closed)
Patch Set: Fix comment typo. Created 4 years, 2 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: content/renderer/browser_plugin/browser_plugin.h
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
index 6fac1db912ccf321633db160d154b472f206756d..4b35cf0afa4c14b94c1c07962a5b2426beddff60 100644
--- a/content/renderer/browser_plugin/browser_plugin.h
+++ b/content/renderer/browser_plugin/browser_plugin.h
@@ -154,6 +154,7 @@ class CONTENT_EXPORT BrowserPlugin :
// Please keep in alphabetical order.
void OnAdvanceFocus(int instance_id, bool reverse);
void OnGuestGone(int instance_id);
+ void OnGuestReady(int instance_id);
void OnSetChildFrameSurface(int instance_id,
const cc::SurfaceId& surface_id,
const gfx::Size& frame_size,
« no previous file with comments | « content/common/browser_plugin/browser_plugin_messages.h ('k') | content/renderer/browser_plugin/browser_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698