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

Unified Diff: content/browser/child_process_launcher.cc

Issue 864163003: Rename base::Process::pid() to Pid() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/browser/child_process_launcher.cc
diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc
index 0599ffef133989ccc28481f13b813ac50019b9f9..fbc1a5568252a4da3823e7d6c2a382cbc0fa0d17 100644
--- a/content/browser/child_process_launcher.cc
+++ b/content/browser/child_process_launcher.cc
@@ -440,7 +440,7 @@ void ChildProcessLauncher::Context::LaunchInternal(
}
if (process.IsValid())
- broker->AddPlaceholderForPid(process.pid(), child_process_id);
+ broker->AddPlaceholderForPid(process.Pid(), child_process_id);
// After updating the broker, release the lock and let the child's
// messasge be processed on the broker's thread.

Powered by Google App Engine
This is Rietveld 408576698