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

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

Issue 146693011: Terminate process in onDestroy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use System.exit Created 6 years, 11 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.cc
diff --git a/content/app/android/child_process_service.cc b/content/app/android/child_process_service.cc
index 308246ef96cc5f38bd6c64a713e82d6570bda262..5e4b4c080b847e4a86c579998690a8fb1107ce91 100644
--- a/content/app/android/child_process_service.cc
+++ b/content/app/android/child_process_service.cc
@@ -135,8 +135,4 @@ bool RegisterChildProcessService(JNIEnv* env) {
return RegisterNativesImpl(env);
}
-void ShutdownMainThread(JNIEnv* env, jobject obj) {
- ChildThread::ShutdownThread();
-}
-
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698