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

Unified Diff: chrome/test/data/android/payments/payment_request_can_make_payment_query_test.html

Issue 2545523004: Rename canMakeActivePayment to canMakePayment (Closed)
Patch Set: Rebase Created 4 years 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
Index: chrome/test/data/android/payments/payment_request_can_make_payment_query_test.html
diff --git a/chrome/test/data/android/payments/payment_request_active_payment_query_test.html b/chrome/test/data/android/payments/payment_request_can_make_payment_query_test.html
similarity index 91%
rename from chrome/test/data/android/payments/payment_request_active_payment_query_test.html
rename to chrome/test/data/android/payments/payment_request_can_make_payment_query_test.html
index d53bf844a5319c5398efc032272c48fb85fd1879..8cd0ba65952b876c73b95c2441a68bc31bc3fce5 100644
--- a/chrome/test/data/android/payments/payment_request_active_payment_query_test.html
+++ b/chrome/test/data/android/payments/payment_request_can_make_payment_query_test.html
@@ -15,6 +15,6 @@ found in the LICENSE file.
<button onclick="buy()" id="buy">Active Payment Query Test</button>
<pre id="result"></pre>
<script src="util.js"></script>
-<script src="active_payment_query.js"></script>
+<script src="can_make_payment_query.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698