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

Unified Diff: content/app/android/child_process_service.h

Issue 12321131: Renamed Sandboxed process to Child process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaesed and removed stub SandboxedProcessService Created 7 years, 9 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/child_process_service.h
diff --git a/content/app/android/sandboxed_process_service.h b/content/app/android/child_process_service.h
similarity index 88%
rename from content/app/android/sandboxed_process_service.h
rename to content/app/android/child_process_service.h
index 4ab991bb4fe265d93b5b976ffbd0b597bcc638ba..32740990582dab8e766dd1b3b65939b0d7eff34b 100644
--- a/content/app/android/sandboxed_process_service.h
+++ b/content/app/android/child_process_service.h
@@ -8,7 +8,7 @@
#include <jni.h>
namespace content {
-bool RegisterSandboxedProcessService(JNIEnv* env);
+bool RegisterChildProcessService(JNIEnv* env);
} // namespace content
#endif // CONTENT_APP_ANDROID_SANDBOXED_PROCESS_SERVICE_H_

Powered by Google App Engine
This is Rietveld 408576698