Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: ui/platform_window/android/platform_window_jni_registrar.h

Issue 1469803006: NOT FOR REVIEW: Aura Android: Content Shell compiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@auraclank_upstream_wthandroid
Patch Set: Temp Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698