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

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

Issue 10540094: Add RemoteDebuggingController.java and its (native) dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address John's comment Created 8 years, 5 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/app_jni_registrar.cc
diff --git a/content/app/android/app_jni_registrar.cc b/content/app/android/app_jni_registrar.cc
index 699b6182dd73c932d12ae4aecfc83c21b6dde1a5..44704535663dec306366b0304ea2b0ac72d901de 100644
--- a/content/app/android/app_jni_registrar.cc
+++ b/content/app/android/app_jni_registrar.cc
@@ -9,11 +9,13 @@
#include "content/app/android/content_main.h"
#include "content/app/android/sandboxed_process_service.h"
#include "content/app/android/user_agent.h"
+#include "content/browser/android/remote_debugging_controller.h"
namespace {
base::android::RegistrationMethod kContentRegisteredMethods[] = {
{ "ContentMain", content::RegisterContentMain },
+ { "RemoteDebuggingController", content::RegisterRemoteDebuggingController },
{ "SandboxedProcessService", content::RegisterSandboxedProcessService },
{ "UserAgent", content::RegisterUserAgent },
};
« no previous file with comments | « no previous file | content/browser/android/devtools_server.cc » ('j') | content/browser/android/devtools_server.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698