Index: content/browser/renderer_host/pepper/browser_ppapi_host_impl.cc |
diff --git a/content/browser/renderer_host/pepper/browser_ppapi_host_impl.cc b/content/browser/renderer_host/pepper/browser_ppapi_host_impl.cc |
index c3c2c6f39323a35caaf4f3a0da7cfab6e9a168b0..c78a7ad08e1f0817e6e12c05623dbd11852f4df8 100644 |
--- a/content/browser/renderer_host/pepper/browser_ppapi_host_impl.cc |
+++ b/content/browser/renderer_host/pepper/browser_ppapi_host_impl.cc |
@@ -126,6 +126,10 @@ GURL BrowserPpapiHostImpl::GetPluginURLForInstance(PP_Instance instance) { |
return found->second.plugin_url; |
} |
+bool BrowserPpapiHostImpl::IsInProcess() const { |
+ return in_process(); |
+} |
+ |
void BrowserPpapiHostImpl::AddInstance( |
PP_Instance instance, |
const PepperRendererInstanceData& instance_data) { |