Chromium Code Reviews| Index: ppapi/cpp/dev/url_util_dev.h |
| =================================================================== |
| --- ppapi/cpp/dev/url_util_dev.h (revision 219784) |
| +++ ppapi/cpp/dev/url_util_dev.h (working copy) |
| @@ -41,6 +41,8 @@ |
| Var GetPluginInstanceURL(const InstanceHandle& instance, |
| PP_URLComponents_Dev* components = NULL) const; |
| + Var GetPluginReferrerURL(const InstanceHandle& instance, |
| + PP_URLComponents_Dev* components = NULL) const; |
| private: |
| URLUtil_Dev() : interface_(NULL) {} |