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

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

Issue 10830173: JavaBridge should use Annotation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update comment based on nit. Created 8 years, 4 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: content/browser/android/browser_jni_registrar.cc
diff --git a/content/browser/android/browser_jni_registrar.cc b/content/browser/android/browser_jni_registrar.cc
index 90cacb482c985630daa1e624b1769ae5c8edb1a0..b80edab59482cf2165889be9b77210cd223daadb 100644
--- a/content/browser/android/browser_jni_registrar.cc
+++ b/content/browser/android/browser_jni_registrar.cc
@@ -16,6 +16,7 @@
#include "content/browser/android/sandboxed_process_launcher.h"
#include "content/browser/android/touch_point.h"
#include "content/browser/geolocation/location_api_adapter_android.h"
+#include "content/browser/renderer_host/java/java_bound_object.h"
#include "content/common/android/device_info.h"
namespace {
@@ -30,6 +31,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{ "DeviceInfo", content::RegisterDeviceInfo },
{ "DownloadController",
content::DownloadController::RegisterDownloadController },
+ { "JavaBoundObject", RegisterJavaBoundObject },
{ "SandboxedProcessLauncher", content::RegisterSandboxedProcessLauncher },
{ "TouchPoint", content::RegisterTouchPoint },
{ "WebViewStatics", content::RegisterWebViewStatics },

Powered by Google App Engine
This is Rietveld 408576698