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

Unified Diff: chrome/browser/payments/android/component_jni_registrar.h

Issue 2373103002: [Web Payments] Common Payments validation (Closed)
Patch Set: Split off moving Mojo file Created 4 years, 2 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/component_jni_registrar.h
diff --git a/chrome/browser/payments/android/component_jni_registrar.h b/chrome/browser/payments/android/component_jni_registrar.h
new file mode 100644
index 0000000000000000000000000000000000000000..ad1a29a8a6f60b8a983b3ab00384f2a89f1cde2a
--- /dev/null
+++ b/chrome/browser/payments/android/component_jni_registrar.h
@@ -0,0 +1,12 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
please use gerrit instead 2016/10/27 17:14:25 I think it's more typical to see RegisterPaymentVa
Kevin Bailey 2016/10/27 22:17:53 Done.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_BROWSER_PAYMENTS_ANDROID_COMPONENT_JNI_REGISTRAR_H_
+#define CHROME_BROWSER_PAYMENTS_ANDROID_COMPONENT_JNI_REGISTRAR_H_
+
+#include <jni.h>
+
+bool RegisterPaymentValidator(JNIEnv* env);
+
+#endif // CHROME_BROWSER_PAYMENTS_ANDROID_COMPONENT_JNI_REGISTRAR_H_

Powered by Google App Engine
This is Rietveld 408576698