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

Unified Diff: components/translate/content/common/data_file_cld_data_provider_messages.h

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: components/translate/content/common/data_file_cld_data_provider_messages.h
diff --git a/components/translate/content/common/data_file_cld_data_provider_messages.h b/components/translate/content/common/data_file_cld_data_provider_messages.h
index 1faa3b6d95a5704396ac00ca6630bdb2e6207edf..2e8db3f94ea626e843adaa98b4a0716b84a819a9 100644
--- a/components/translate/content/common/data_file_cld_data_provider_messages.h
+++ b/components/translate/content/common/data_file_cld_data_provider_messages.h
@@ -29,7 +29,7 @@ IPC_MESSAGE_ROUTED0(ChromeFrameHostMsg_NeedCldDataFile)
// Informs the renderer process that Compact Language Detector (CLD) data is
// available and provides an IPC::PlatformFileForTransit obtained from
-// IPC::GetFileHandleForProcess(...)
+// IPC::GetPlatformFileForTransit(...)
// This message is sent by a DataFileBrowserCldDataProvider to a
// DataFileRendererCldDataProvider.
IPC_MESSAGE_ROUTED3(ChromeFrameMsg_CldDataFileAvailable,

Powered by Google App Engine
This is Rietveld 408576698