Chromium Code Reviews| 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_ |