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

Unified Diff: content/browser/child_process_launcher.cc

Issue 8113035: Remove RenderProcessHost::is_extension_process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 1462e10671f4b7256d08c0ce6d8b3b9e6d2386b8..ff7c3d7c4b36fe23c7221b087ab536137df486a9 100644
--- a/content/browser/child_process_launcher.cc
+++ b/content/browser/child_process_launcher.cc
@@ -129,7 +129,7 @@ class ChildProcessLauncher::Context
std::string process_type =
cmd_line->GetSwitchValueASCII(switches::kProcessType);
int crash_signal_fd =
- content::GetContentClient()->browser()->GetCrashSignalFD(process_type);
+ content::GetContentClient()->browser()->GetCrashSignalFD(cmd_line);
if (use_zygote) {
base::GlobalDescriptors::Mapping mapping;
mapping.push_back(std::pair<uint32_t, int>(kPrimaryIPCChannel, ipcfd));

Powered by Google App Engine
This is Rietveld 408576698