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

Unified Diff: content/child/child_thread.h

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/child/child_thread.h
diff --git a/content/child/child_thread.h b/content/child/child_thread.h
index 89156baadccba8ad9015047f605f00ecb59d62d7..b3d3a78bb79a4d2badfc5e8e58ce72df7ab85994 100644
--- a/content/child/child_thread.h
+++ b/content/child/child_thread.h
@@ -140,12 +140,6 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
// Returns the one child thread. Can only be called on the main thread.
static ChildThread* current();
-#if defined(OS_ANDROID)
- // Called on Android's service thread to shutdown the main thread of this
- // process.
- static void ShutdownThread();
-#endif
-
protected:
friend class ChildProcess;

Powered by Google App Engine
This is Rietveld 408576698