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 e5eaa4bbc75eef3d0e39f365a93fe092d829c770..47f2ee654b390bbcdc5752623c0069401d44f7f8 100644 |
--- a/content/public/renderer/renderer_ppapi_host.h |
+++ b/content/public/renderer/renderer_ppapi_host.h |
@@ -119,6 +119,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; |
jam
2013/05/07 16:27:20
this doesn't seem necessary?
i.e. the embedder can
victorhsieh
2013/05/07 17:51:31
Done.
|
+ |
// 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 |