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

Unified Diff: content/renderer/pepper/renderer_ppapi_host_impl.h

Issue 14188019: CRX FileSystem Pepper private API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 8 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/pepper/renderer_ppapi_host_impl.h
diff --git a/content/renderer/pepper/renderer_ppapi_host_impl.h b/content/renderer/pepper/renderer_ppapi_host_impl.h
index 4d3d0b4e193e5da32e0844823d55394f1366afd1..7832e3d71527f7d8cd11c5f778d53738691f7996 100644
--- a/content/renderer/pepper/renderer_ppapi_host_impl.h
+++ b/content/renderer/pepper/renderer_ppapi_host_impl.h
@@ -98,6 +98,8 @@ class RendererPpapiHostImpl
virtual gfx::Point PluginPointToRenderView(
PP_Instance instance,
const gfx::Point& pt) const OVERRIDE;
+ virtual GURL GetDocumentURLForInstance(
+ PP_Instance instance) const OVERRIDE;
virtual IPC::PlatformFileForTransit ShareHandleWithRemote(
base::PlatformFile handle,
bool should_close_source) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698