| 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,
|
|
|