| Index: remoting/host/android/remoting_host_jni_registrar.h
|
| diff --git a/remoting/host/android/remoting_host_jni_registrar.h b/remoting/host/android/remoting_host_jni_registrar.h
|
| deleted file mode 100644
|
| index ff12f761a07a91a91a598205d8f99108ded026c7..0000000000000000000000000000000000000000
|
| --- a/remoting/host/android/remoting_host_jni_registrar.h
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -// 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 REMOTING_HOST_ANDROID_REMOTING_HOST_JNI_REGISTRAR_H_
|
| -#define REMOTING_HOST_ANDROID_REMOTING_HOST_JNI_REGISTRAR_H_
|
| -
|
| -#include <jni.h>
|
| -
|
| -namespace remoting {
|
| -
|
| -// Register all JNI bindings necessary for remoting.
|
| -bool RegisterJni(JNIEnv* env);
|
| -
|
| -} // namespace remoting
|
| -
|
| -#endif // REMOTING_HOST_ANDROID_REMOTING_HOST_JNI_REGISTRAR_H_
|
|
|