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

Unified Diff: content/browser/child_process_launcher_helper_mac.cc

Issue 2774163002: android: Java ChildProcessLauncherHelper instance (Closed)
Patch Set: explicit AddRef Created 3 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/browser/child_process_launcher_helper_mac.cc
diff --git a/content/browser/child_process_launcher_helper_mac.cc b/content/browser/child_process_launcher_helper_mac.cc
index 0b1d4a6fd334accdde9fcbd47d98a5e37daefaeb..a5202fbe89b45efaeda30dd5d452037d609f44c7 100644
--- a/content/browser/child_process_launcher_helper_mac.cc
+++ b/content/browser/child_process_launcher_helper_mac.cc
@@ -116,7 +116,6 @@ void ChildProcessLauncherHelper::AfterLaunchOnLauncherThread(
broker->GetLock().Release();
}
-// static
base::TerminationStatus ChildProcessLauncherHelper::GetTerminationStatus(
const ChildProcessLauncherHelper::Process& process,
bool known_dead,
@@ -142,7 +141,6 @@ void ChildProcessLauncherHelper::ForceNormalProcessTerminationSync(
base::EnsureProcessTerminated(std::move(process.process));
}
-// static
void ChildProcessLauncherHelper::SetProcessBackgroundedOnLauncherThread(
base::Process process, bool background) {
if (process.CanBackgroundProcesses())
« no previous file with comments | « content/browser/child_process_launcher_helper_linux.cc ('k') | content/browser/child_process_launcher_helper_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698