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

Unified Diff: android_webview/browser/aw_browser_terminator.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: android_webview/browser/aw_browser_terminator.cc
diff --git a/android_webview/browser/aw_browser_terminator.cc b/android_webview/browser/aw_browser_terminator.cc
index eaf218c2235d436b462c8df1b443caab9e2ab0d6..77f8922776672ca10fa165a048d86d8890564960 100644
--- a/android_webview/browser/aw_browser_terminator.cc
+++ b/android_webview/browser/aw_browser_terminator.cc
@@ -102,8 +102,9 @@ AwBrowserTerminator::AwBrowserTerminator() {}
AwBrowserTerminator::~AwBrowserTerminator() {}
-void AwBrowserTerminator::OnChildStart(int child_process_id,
- content::FileDescriptorInfo* mappings) {
+void AwBrowserTerminator::OnChildStart(
+ int child_process_id,
+ content::PosixFileDescriptorInfo* mappings) {
DCHECK_CURRENTLY_ON(content::BrowserThread::PROCESS_LAUNCHER);
base::AutoLock auto_lock(child_process_id_to_pipe_lock_);
« no previous file with comments | « android_webview/browser/aw_browser_terminator.h ('k') | android_webview/browser/aw_content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698