| Index: components/payments/android/payments_jni_registrar.h
|
| diff --git a/components/payments/android/payments_jni_registrar.h b/components/payments/android/payments_jni_registrar.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ad1a29a8a6f60b8a983b3ab00384f2a89f1cde2a
|
| --- /dev/null
|
| +++ b/components/payments/android/payments_jni_registrar.h
|
| @@ -0,0 +1,12 @@
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| +// 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_
|
|
|