| Index: content/common/file_system/file_system_dispatcher.h
|
| diff --git a/content/common/file_system/file_system_dispatcher.h b/content/common/file_system/file_system_dispatcher.h
|
| index fe01733537bd96a6ff5b5c98d2975e3b323817f2..2df47c1d34dcb9ff7e6825116520c6548faa0e7b 100644
|
| --- a/content/common/file_system/file_system_dispatcher.h
|
| +++ b/content/common/file_system/file_system_dispatcher.h
|
| @@ -82,6 +82,7 @@ class FileSystemDispatcher : public IPC::Channel::Listener {
|
| bool OpenFile(const GURL& file_path,
|
| int file_flags, // passed to FileUtilProxy::CreateOrOpen
|
| fileapi::FileSystemCallbackDispatcher* dispatcher);
|
| +
|
| private:
|
| // Message handlers.
|
| void OnOpenComplete(
|
|
|