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

Unified Diff: blimp/client/android/blimp_library_loader.h

Issue 1295243003: Initial commit of the blimp/ folder and target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address final nits. Created 5 years, 3 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
Index: blimp/client/android/blimp_library_loader.h
diff --git a/blimp/client/android/blimp_library_loader.h b/blimp/client/android/blimp_library_loader.h
new file mode 100644
index 0000000000000000000000000000000000000000..f9c1c85bb120f388824a97f3486a1ff4e2a6f815
--- /dev/null
+++ b/blimp/client/android/blimp_library_loader.h
@@ -0,0 +1,16 @@
+// 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 BLIMP_CLIENT_ANDROID_BLIMP_LIBRARY_LOADER_H_
+#define BLIMP_CLIENT_ANDROID_BLIMP_LIBRARY_LOADER_H_
+
+#include <jni.h>
+
+namespace blimp {
+
+bool RegisterBlimpLibraryLoaderJni(JNIEnv* env);
+
+} // namespace blimp
+
+#endif // BLIMP_CLIENT_ANDROID_BLIMP_LIBRARY_LOADER_H_

Powered by Google App Engine
This is Rietveld 408576698