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

Unified Diff: chrome/android/java/src/org/chromium/IsReadyToPayService.aidl

Issue 2507223002: Implement IsReadyToPay handling (Closed)
Patch Set: Use aidl Created 4 years, 1 month 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/android/java/src/org/chromium/IsReadyToPayService.aidl
diff --git a/chrome/android/java/src/org/chromium/IsReadyToPayService.aidl b/chrome/android/java/src/org/chromium/IsReadyToPayService.aidl
new file mode 100644
index 0000000000000000000000000000000000000000..f3f72dacedeb66522e8b64ee7b7356cc2b9505b8
--- /dev/null
+++ b/chrome/android/java/src/org/chromium/IsReadyToPayService.aidl
@@ -0,0 +1,5 @@
+package org.chromium;
+
+interface IsReadyToPayService {
+ boolean isReadyToPay();
+}

Powered by Google App Engine
This is Rietveld 408576698