Index: third_party/WebKit/Source/modules/payments/PaymentRequest.cpp |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp b/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp |
index d245f9885f43d4a2d7ba8715c3d7d10840b7a551..c16bcad01a686b28e3019afe2e4f4aa2e801f9e6 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp |
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp |
@@ -417,7 +417,8 @@ void StringifyAndParseMethodSpecificData( |
// Serialize payment method specific data to be sent to the payment apps. The |
// payment apps are responsible for validating and processing their method |
// data asynchronously. Do not throw exceptions here. |
- if (supported_methods.Contains("https://android.com/pay")) { |
+ if (supported_methods.Contains("https://android.com/pay") || |
+ supported_methods.Contains("https://google.com/pay")) { |
SetAndroidPayMethodData(input, output, exception_state); |
if (exception_state.HadException()) |
exception_state.ClearException(); |