| Index: content/browser/renderer_host/file_utilities_message_filter.h
|
| diff --git a/content/browser/renderer_host/file_utilities_message_filter.h b/content/browser/renderer_host/file_utilities_message_filter.h
|
| index 5076aac60cd53a2628d7ce2f15b66a009c979a30..36769b7a4aec14735666b60e89668bd8ae895534 100644
|
| --- a/content/browser/renderer_host/file_utilities_message_filter.h
|
| +++ b/content/browser/renderer_host/file_utilities_message_filter.h
|
| @@ -39,6 +39,7 @@ class FileUtilitiesMessageFilter : public content::BrowserMessageFilter {
|
| void OnOpenFile(const FilePath& path,
|
| int mode,
|
| IPC::PlatformFileForTransit* result);
|
| + void OnRevealFolderInOS(const FilePath& path);
|
|
|
| // The ID of this process.
|
| int process_id_;
|
|
|