Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index 0dc2bedbcae823b23c8011bbaf211031308382b0..1c21cd6df4555f0ab71c2219bcfd793d8d65f371 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -329,6 +329,9 @@ class RenderViewImpl : public RenderWidget, |
// Informs the render view that a PPAPI plugin has changed selection. |
void PpapiPluginSelectionChanged(); |
+ // Notification that a PPAPI plugin has been created. |
+ void PpapiPluginCreated(ppapi::host::PpapiHost* host); |
+ |
// Retrieves the current caret position if a PPAPI plugin has focus. |
bool GetPpapiPluginCaretBounds(gfx::Rect* rect); |