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

Unified Diff: content/renderer/pepper/mock_renderer_ppapi_host.cc

Issue 100943002: Convert PepperBrowserConnection to be a RenderFrameObserver. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fixes Created 7 years 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/pepper/mock_renderer_ppapi_host.cc
===================================================================
--- content/renderer/pepper/mock_renderer_ppapi_host.cc (revision 238258)
+++ content/renderer/pepper/mock_renderer_ppapi_host.cc (working copy)
@@ -35,6 +35,11 @@
return plugin_instance_.get();
}
+RenderFrame* MockRendererPpapiHost::GetRenderFrameForInstance(
+ PP_Instance instance) const {
+ return NULL;
+}
+
RenderView* MockRendererPpapiHost::GetRenderViewForInstance(
PP_Instance instance) const {
if (instance == pp_instance_)
« no previous file with comments | « content/renderer/pepper/mock_renderer_ppapi_host.h ('k') | content/renderer/pepper/pepper_browser_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698