Index: content/public/renderer/renderer_ppapi_host.h |
diff --git a/content/public/renderer/renderer_ppapi_host.h b/content/public/renderer/renderer_ppapi_host.h |
index 51a5e1fb6dbe474e8ead47d839eadd3eb07e9180..560b605bda0f672c4079fd4414dd5287576975e5 100644 |
--- a/content/public/renderer/renderer_ppapi_host.h |
+++ b/content/public/renderer/renderer_ppapi_host.h |
@@ -125,6 +125,9 @@ class RendererPpapiHost { |
PP_Instance instance, |
const gfx::Point& pt) const = 0; |
+ // Returns the url of current document. |
+ virtual GURL GetDocumentURLForInstance(PP_Instance instance) const = 0; |
+ |
// Shares a file handle (HANDLE / file descriptor) with the remote side. It |
// returns a handle that should be sent in exactly one IPC message. Upon |
// receipt, the remote side then owns that handle. Note: if sending the |