| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| index d7f1d604da415ca3cafdc4877d051cbe57521211..3b89301f2f00d90214f89a0fc35a74c41dbe392c 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| @@ -219,6 +219,9 @@ class PepperPluginDelegateImpl
|
| virtual bool Query(
|
| const GURL& path,
|
| fileapi::FileSystemCallbackDispatcher* dispatcher) OVERRIDE;
|
| + virtual bool ReadEntries(
|
| + const GURL& path,
|
| + fileapi::FileSystemCallbackDispatcher* dispatcher) OVERRIDE;
|
| virtual bool Touch(
|
| const GURL& path,
|
| const base::Time& last_access_time,
|
|
|