Index: content/renderer/render_view_impl.h |
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h |
index 4ebb5d5178ce8240ef251857c214784b7d7036cc..8c60cbfc3b2ec373ef1e7e0efb58c31a599b5189 100644 |
--- a/content/renderer/render_view_impl.h |
+++ b/content/renderer/render_view_impl.h |
@@ -331,6 +331,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); |