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

Unified Diff: chromecast/browser/android/jni_registrar.h

Issue 2570623003: [Chromecast] Turn CastContentWindow into an abstract interface. (Closed)
Patch Set: Fix browser test Created 3 years, 11 months 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
« no previous file with comments | « chromecast/browser/android/cast_window_manager.cc ('k') | chromecast/browser/android/jni_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/android/jni_registrar.h
diff --git a/chromecast/browser/android/jni_registrar.h b/chromecast/browser/android/jni_registrar.h
new file mode 100644
index 0000000000000000000000000000000000000000..9d6a80d0a7e616911b3ffdd0daa3dbf594d637b7
--- /dev/null
+++ b/chromecast/browser/android/jni_registrar.h
@@ -0,0 +1,19 @@
+// 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 CHROMECAST_BROWSER_ANDROID_JNI_REGISTRAR_H_
+#define CHROMECAST_BROWSER_ANDROID_JNI_REGISTRAR_H_
+
+#include <jni.h>
+
+namespace chromecast {
+namespace shell {
+
+// Register all JNI bindings necessary for the Android cast shell.
+bool RegisterJni(JNIEnv* env);
+
+} // namespace shell
+} // namespace chromecast
+
+#endif // CHROMECAST_BROWSER_ANDROID_JNI_REGISTRAR_H_
« no previous file with comments | « chromecast/browser/android/cast_window_manager.cc ('k') | chromecast/browser/android/jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698