Index: ppapi/cpp/dev/url_util_dev.cc |
=================================================================== |
--- ppapi/cpp/dev/url_util_dev.cc (revision 219784) |
+++ ppapi/cpp/dev/url_util_dev.cc (working copy) |
@@ -82,4 +82,11 @@ |
components)); |
} |
+Var URLUtil_Dev::GetPluginRefererURL(const InstanceHandle& instance, |
+ PP_URLComponents_Dev* components) const { |
+ return Var(PASS_REF, |
+ interface_->GetPluginRefererURL(instance.pp_instance(), |
+ components)); |
+} |
+ |
} // namespace pp |