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

Unified Diff: content/renderer/render_view_impl.cc

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: with deps 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
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | ppapi/host/instance_message_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index de604b1ed103c79b921a8d9be6106a154c4bd72f..d88f508af7ad284405a01581d59a1b899b3615c3 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -5307,6 +5307,11 @@ void RenderViewImpl::PpapiPluginSelectionChanged() {
SyncSelectionIfRequired();
}
+void RenderViewImpl::PpapiPluginCreated(ppapi::host::PpapiHost* host) {
+ FOR_EACH_OBSERVER(RenderViewObserver, observers_,
+ DidCreatePepperPlugin(host));
+}
+
void RenderViewImpl::OnImeSetComposition(
const string16& text,
const std::vector<WebKit::WebCompositionUnderline>& underlines,
« no previous file with comments | « content/renderer/render_view_impl.h ('k') | ppapi/host/instance_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698