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

Unified Diff: ui/android/ui_jni_registrar.h

Issue 11368031: First step towards component build for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indent 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 | « net/base/network_delegate.h ('k') | ui/gfx/android/gfx_jni_registrar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/ui_jni_registrar.h
diff --git a/ui/android/ui_jni_registrar.h b/ui/android/ui_jni_registrar.h
index a03c28d797a2d396f912e1b01fa32123a6c2b5f9..d0778c4e275afa86b91321c3abd4d9d1293ba737 100644
--- a/ui/android/ui_jni_registrar.h
+++ b/ui/android/ui_jni_registrar.h
@@ -7,10 +7,12 @@
#include <jni.h>
+#include "ui/base/ui_export.h"
+
namespace ui {
// Register all JNI bindings necessary for chrome.
-bool RegisterJni(JNIEnv* env);
+UI_EXPORT bool RegisterJni(JNIEnv* env);
} // namespace ui
« no previous file with comments | « net/base/network_delegate.h ('k') | ui/gfx/android/gfx_jni_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698