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

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

Issue 2838433002: [Payments] Cache payment manifests. (Closed)
Patch Set: rebase Created 3 years, 8 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
Index: chrome/browser/payments/android/chrome_payments_jni_registrar.cc
diff --git a/chrome/browser/payments/android/chrome_payments_jni_registrar.cc b/chrome/browser/payments/android/chrome_payments_jni_registrar.cc
index f04a124312898c16ac5b68037a619fb54205448d..293945b1d573a0e71469d651a689e1e3c5bb97c5 100644
--- a/chrome/browser/payments/android/chrome_payments_jni_registrar.cc
+++ b/chrome/browser/payments/android/chrome_payments_jni_registrar.cc
@@ -8,6 +8,7 @@
#include "base/android/jni_registrar.h"
#include "base/macros.h"
#include "chrome/browser/payments/android/journey_logger_android.h"
+#include "chrome/browser/payments/android/payment_manifest_web_data_service_android.h"
#include "chrome/browser/payments/android/ssl_validity_checker_android.h"
namespace payments {
@@ -16,6 +17,8 @@ namespace android {
static base::android::RegistrationMethod kChromePaymentsRegisteredMethods[] = {
{"JourneyLogger", JourneyLoggerAndroid::Register},
{"SslValidityChecker", RegisterSslValidityChecker},
+ {"PaymentManifestWebDataService",
+ PaymentManifestWebDataServiceAndroid::Register},
};
bool RegisterChromePayments(JNIEnv* env) {
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/payments/android/payment_manifest_web_data_service_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698