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

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

Issue 10541110: Added sandboxed process launcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
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 2b8e615017a896dccc85a94b1e957c2ee0efd06e..c462c5fc116aeb41d220d5d14d461e0ae3910c9d 100644
--- a/content/app/android/content_jni_registrar.cc
+++ b/content/app/android/content_jni_registrar.cc
@@ -13,6 +13,8 @@
#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/sandboxed_process_launcher.h"
+#include "content/common/android/surface_callback.h"
jam 2012/06/12 17:24:11 nit: order
michaelbai 2012/06/12 19:44:26 Done.
#include "content/browser/android/trace_event_binding.h"
#include "content/common/android/surface_callback.h"
@@ -26,6 +28,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{ "DeviceInfo", RegisterDeviceInfo },
{ "DownloadController", DownloadController::RegisterDownloadController },
{ "JniHelper", RegisterJniHelper },
+ { "SandboxedProcessLauncher", content::RegisterSandboxedProcessLauncher },
{ "SandboxedProcessService", content::RegisterSandboxedProcessService },
{ "SurfaceCallback", content::RegisterSurfaceCallback },
{ "TraceEvent", RegisterTraceEvent },

Powered by Google App Engine
This is Rietveld 408576698