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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 2950153002: Improve process launch handle sharing API. (Closed)
Patch Set: Merge Created 3 years, 5 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: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 5d0079dabb52f64f34cbe1776a9eb025a4215a3a..1fbeb32937a9a894450d18246a66c1f44f5e4505 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -424,7 +424,7 @@ using message_center::NotifierId;
using security_interstitials::SSLErrorUI;
#if defined(OS_POSIX)
-using content::FileDescriptorInfo;
+using content::PosixFileDescriptorInfo;
#endif
#if BUILDFLAG(ENABLE_EXTENSIONS)
@@ -2735,7 +2735,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSystemBackends(
void ChromeContentBrowserClient::GetAdditionalMappedFilesForChildProcess(
const base::CommandLine& command_line,
int child_process_id,
- FileDescriptorInfo* mappings) {
+ PosixFileDescriptorInfo* mappings) {
#if BUILDFLAG(ENABLE_OOP_HEAP_PROFILING)
std::string process_type =
command_line.GetSwitchValueASCII(switches::kProcessType);

Powered by Google App Engine
This is Rietveld 408576698