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

Unified Diff: content/renderer/render_view_impl.h

Issue 10803050: Hook up the PPB_Flash_Print interface to new host system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/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);

Powered by Google App Engine
This is Rietveld 408576698