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

Unified Diff: ppapi/cpp/dev/url_util_dev.cc

Issue 23444004: Add GetPluginRefererURL to PPB_URLUtil_Dev interface to get the 'Referer' HTTP header value that wa… (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 3 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
« no previous file with comments | « ppapi/cpp/dev/url_util_dev.h ('k') | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/url_util_dev.cc
===================================================================
--- ppapi/cpp/dev/url_util_dev.cc (revision 221828)
+++ ppapi/cpp/dev/url_util_dev.cc (working copy)
@@ -82,4 +82,11 @@
components));
}
+Var URLUtil_Dev::GetPluginReferrerURL(const InstanceHandle& instance,
+ PP_URLComponents_Dev* components) const {
+ return Var(PASS_REF,
+ interface_->GetPluginReferrerURL(instance.pp_instance(),
+ components));
+}
+
} // namespace pp
« no previous file with comments | « ppapi/cpp/dev/url_util_dev.h ('k') | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698