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

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

Issue 10540094: Add RemoteDebuggingController.java and its (native) dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move devtools_server.h to content/public 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
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 fb509c102c458dc4f49d09a73221635d2ff5f4cd..6f3bd96b1bbb89bc6536d95a34b3de9799d9af58 100644
--- a/content/app/android/content_jni_registrar.cc
+++ b/content/app/android/content_jni_registrar.cc
@@ -14,6 +14,7 @@
#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/remote_debugging_controller.h"
#include "content/browser/android/sandboxed_process_launcher.h"
#include "content/browser/android/trace_event_binding.h"
#include "content/browser/android/content_view_impl.h"
@@ -31,6 +32,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{ "DeviceInfo", RegisterDeviceInfo },
{ "DownloadController", DownloadController::RegisterDownloadController },
{ "JniHelper", RegisterJniHelper },
+ { "RemoteDebuggingController", RegisterRemoteDebuggingController },
{ "SandboxedProcessLauncher", content::RegisterSandboxedProcessLauncher },
{ "SandboxedProcessService", content::RegisterSandboxedProcessService },
{ "SurfaceCallback", content::RegisterSurfaceCallback },
« no previous file with comments | « no previous file | content/browser/android/devtools_server.cc » ('j') | content/browser/android/remote_debugging_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698