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

Unified Diff: chrome/browser/android/payments/service_worker_payment_app_bridge.cc

Issue 2739033004: Send origin of the iframe browsing context (Closed)
Patch Set: Address review comments Created 3 years, 9 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 | « chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestBase.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/payments/service_worker_payment_app_bridge.cc
diff --git a/chrome/browser/android/payments/service_worker_payment_app_bridge.cc b/chrome/browser/android/payments/service_worker_payment_app_bridge.cc
index 3047a45f29b0619dcc3575206e2ec2344a1f6663..b76970c2aa28c1a97e35766fb33d31d0882e592f 100644
--- a/chrome/browser/android/payments/service_worker_payment_app_bridge.cc
+++ b/chrome/browser/android/payments/service_worker_payment_app_bridge.cc
@@ -90,6 +90,7 @@ static void InvokePaymentApp(JNIEnv* env,
jlong registration_id,
const JavaParamRef<jstring>& joption_id,
const JavaParamRef<jstring>& jorigin,
+ const JavaParamRef<jstring>& jiframeOrigin,
please use gerrit instead 2017/03/15 21:07:39 By the way, I'd recommend avoiding making a change
const JavaParamRef<jobjectArray>& jmethod_data,
const JavaParamRef<jobject>& jtotal,
const JavaParamRef<jobjectArray>& jmodifiers) {
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestTestBase.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698