Index: content/components/web_contents_delegate_android/component_jni_registrar.h |
diff --git a/content/components/web_contents_delegate_android/component_jni_registrar.h b/content/components/web_contents_delegate_android/component_jni_registrar.h |
deleted file mode 100644 |
index ee476b317bab8de85b2b2dc1eac576120bc89169..0000000000000000000000000000000000000000 |
--- a/content/components/web_contents_delegate_android/component_jni_registrar.h |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-// Copyright (c) 2012 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_COMPONENT_WEB_CONTENTS_DELEGATE_ANDROID_COMPONENT_JNI_REGISTRAR_H_ |
-#define CHROME_BROWSER_COMPONENT_WEB_CONTENTS_DELEGATE_ANDROID_COMPONENT_JNI_REGISTRAR_H_ |
- |
-#include <jni.h> |
- |
-namespace content { |
- |
-// Register all JNI bindings necessary for the web_contents_delegate_android |
-// component. |
-bool RegisterWebContentsDelegateAndroidJni(JNIEnv* env); |
- |
-} // namespace content |
- |
-#endif // CHROME_BROWSER_COMPONENT_WEB_CONTENTS_DELEGATE_ANDROID_COMPONENT_JNI_REGISTRAR_H_ |
- |