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

Unified Diff: content/browser/mojo/mojo_application_host.cc

Issue 1858973002: ipc: Rename GetFileHandleForProcess->GetPlatformFileForTransit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp16_ipc_pfft_implementation
Patch Set: Comments from tsepez. Created 4 years, 8 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/mojo/mojo_application_host.cc
diff --git a/content/browser/mojo/mojo_application_host.cc b/content/browser/mojo/mojo_application_host.cc
index ff2c0c2e0dbd3f80a8eacfc0aace7f0f5637275d..427d6b1ac85f601f4c014ceae6b632bf86bf7d92 100644
--- a/content/browser/mojo/mojo_application_host.cc
+++ b/content/browser/mojo/mojo_application_host.cc
@@ -81,7 +81,7 @@ void MojoApplicationHost::Activate(IPC::Sender* sender,
base::PlatformFile client_file = client_handle_.release().handle;
did_activate_ = sender->Send(new MojoMsg_Activate(
- IPC::GetFileHandleForProcess(client_file, process_handle, true)));
+ IPC::GetPlatformFileForTransit(client_file, true)));
}
void MojoApplicationHost::OverrideIOTaskRunnerForTest(

Powered by Google App Engine
This is Rietveld 408576698