| Index: content/common/file_utilities_messages.h
|
| diff --git a/content/common/file_utilities_messages.h b/content/common/file_utilities_messages.h
|
| index 08cecedd35ee12d97572daf95c176ce5636739fc..4da45c09afacc05f981e996df155502abc85b44b 100644
|
| --- a/content/common/file_utilities_messages.h
|
| +++ b/content/common/file_utilities_messages.h
|
| @@ -31,3 +31,5 @@ IPC_SYNC_MESSAGE_CONTROL2_1(FileUtilitiesMsg_OpenFile,
|
| int /* mode */,
|
| IPC::PlatformFileForTransit /* result */)
|
|
|
| +IPC_MESSAGE_CONTROL1(FileUtilitiesMsg_RevealFolderInOS,
|
| + FilePath /* path */)
|
|
|