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

Unified Diff: content/app/android/content_jni_registrar.cc

Issue 10541066: Add JniHelper into content_jni_registrar (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/android/content_jni_registrar.cc
diff --git a/content/app/android/content_jni_registrar.cc b/content/app/android/content_jni_registrar.cc
index 70aee5bbb0e2316300abcf4e61ffab10ca094fe4..5f017707f6ab032384aba2895667432fa16663a0 100644
--- a/content/app/android/content_jni_registrar.cc
+++ b/content/app/android/content_jni_registrar.cc
@@ -11,6 +11,7 @@
#include "content/browser/android/command_line.h"
#include "content/browser/android/device_info.h"
#include "content/browser/android/download_controller.h"
+#include "content/browser/android/jni_helper.h"
#include "content/browser/android/trace_event_binding.h"
namespace content {
@@ -22,6 +23,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{ "ContentMain", content::RegisterContentMain },
{ "DeviceInfo", RegisterDeviceInfo },
{ "DownloadController", DownloadController::RegisterDownloadController },
+ { "JniHelper", RegisterJniHelper },
{ "TraceEvent", RegisterTraceEvent },
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698