Index: ui/platform_window/android/platform_window_jni_registrar.h |
diff --git a/ui/platform_window/android/platform_window_jni_registrar.h b/ui/platform_window/android/platform_window_jni_registrar.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4a1b9e5a5b0effc25851cea2a791130654bc130f |
--- /dev/null |
+++ b/ui/platform_window/android/platform_window_jni_registrar.h |
@@ -0,0 +1,19 @@ |
+// Copyright 2015 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_PLATFORM_WINDOW_ANDROID_PLATFORM_WINDOW_JNI_REGISTRAR_H_ |
+#define UI_PLATFORM_WINDOW_ANDROID_PLATFORM_WINDOW_JNI_REGISTRAR_H_ |
+ |
+#include <jni.h> |
+ |
+#include "ui/platform_window/android/android_window_export.h" |
+ |
+namespace ui { |
+ |
+// Register all JNI bindings necessary for the Android platform window. |
+ANDROID_WINDOW_EXPORT bool RegisterPlatformWindowJni(JNIEnv* env); |
+ |
+} // namespace ui |
+ |
+#endif // UI_PLATFORM_WINDOW_ANDROID_PLATFORM_WINDOW_JNI_REGISTRAR_H_ |