| Index: content/child/fileapi/file_system_dispatcher.cc
|
| diff --git a/content/child/fileapi/file_system_dispatcher.cc b/content/child/fileapi/file_system_dispatcher.cc
|
| index f9822470aa877169d5b854083329f2fd691386c3..d343a8265967fda84347890140a80d02e8a22907 100644
|
| --- a/content/child/fileapi/file_system_dispatcher.cc
|
| +++ b/content/child/fileapi/file_system_dispatcher.cc
|
| @@ -351,18 +351,6 @@ void FileSystemDispatcher::TouchFile(
|
| request_id, path, last_access_time, last_modified_time));
|
| }
|
|
|
| -void FileSystemDispatcher::OpenPepperFile(
|
| - const GURL& file_path,
|
| - int pp_open_flags,
|
| - const OpenFileCallback& success_callback,
|
| - const StatusCallback& error_callback) {
|
| - int request_id = dispatchers_.Add(
|
| - CallbackDispatcher::Create(success_callback, error_callback));
|
| - ChildThread::current()->Send(
|
| - new FileSystemHostMsg_OpenPepperFile(
|
| - request_id, file_path, pp_open_flags));
|
| -}
|
| -
|
| void FileSystemDispatcher::NotifyCloseFile(int file_open_id) {
|
| ChildThread::current()->Send(
|
| new FileSystemHostMsg_NotifyCloseFile(file_open_id));
|
|
|