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

Unified Diff: ios/chrome/browser/web/resources/payment_request.js

Issue 2949583002: [Payment Request] window.PaymentRequest must be undefined if PR is disabled (Closed)
Patch Set: Addressed comment Created 3 years, 6 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 | « ios/chrome/browser/web/resources/chrome_bundle.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/resources/payment_request.js
diff --git a/ios/chrome/browser/web/resources/payment_request.js b/ios/chrome/browser/web/resources/payment_request.js
index 2a2cd2b4ef75d05de79cf825a575b4352fa3e96c..0132b916c00b64deb29f13ccfa5ffac55694abc6 100644
--- a/ios/chrome/browser/web/resources/payment_request.js
+++ b/ios/chrome/browser/web/resources/payment_request.js
@@ -8,8 +8,6 @@
* to https://www.w3.org/TR/payment-request/. Note: This is a work in progress.
*/
-goog.provide('__crWeb.paymentRequestManager');
-
/**
* This class implements the DOM level 2 EventTarget interface. The
* Implementation is copied form src/ui/webui/resources/js/cr/event_target.js.
« no previous file with comments | « ios/chrome/browser/web/resources/chrome_bundle.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698