summaryrefslogtreecommitdiff
path: root/chromium/ui/gl/android/gl_jni_registrar.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gl/android/gl_jni_registrar.h')
-rw-r--r--chromium/ui/gl/android/gl_jni_registrar.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/chromium/ui/gl/android/gl_jni_registrar.h b/chromium/ui/gl/android/gl_jni_registrar.h
deleted file mode 100644
index 468557c3e79..00000000000
--- a/chromium/ui/gl/android/gl_jni_registrar.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright (c) 2013 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 UI_GL_ANDROID_UI_JNI_REGISTRAR_H_
-#define UI_GL_ANDROID_UI_JNI_REGISTRAR_H_
-
-#include <jni.h>
-
-#include "ui/gl/gl_export.h"
-
-namespace ui {
-namespace gl {
-namespace android {
-
-// Register all JNI bindings necessary for chrome.
-GL_EXPORT bool RegisterJni(JNIEnv* env);
-
-} // namespace android
-} // namespace gl
-} // namespace ui
-
-#endif // UI_GL_ANDROID_UI_JNI_REGISTRAR_H_