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

Unified Diff: content/browser/android/browser_jni_registrar.h

Issue 11428122: Let content_unittests almost build with the components build on android (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 1 month 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 | « no previous file | content/browser/renderer_host/java/java_bound_object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/browser_jni_registrar.h
diff --git a/content/browser/android/browser_jni_registrar.h b/content/browser/android/browser_jni_registrar.h
index 03505bb8f23c1207ecc13379837ac6519d8f6033..15f4fb34e10302b7d7d84630a9a691089fb8f8db 100644
--- a/content/browser/android/browser_jni_registrar.h
+++ b/content/browser/android/browser_jni_registrar.h
@@ -7,11 +7,13 @@
#include <jni.h>
+#include "content/common/content_export.h"
+
namespace content {
namespace android {
// Register all JNI bindings necessary for content browser.
-bool RegisterBrowserJni(JNIEnv* env);
+CONTENT_EXPORT bool RegisterBrowserJni(JNIEnv* env);
} // namespace android
} // namespace content
« no previous file with comments | « no previous file | content/browser/renderer_host/java/java_bound_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698