Index: webkit/plugins/ppapi/plugin_delegate.h |
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h |
index 7624512242c6f9fc36dec3eda5bb96e8dec1b4ea..ec0c9229663e8de3d049f0d58a2060f5b257ff60 100644 |
--- a/webkit/plugins/ppapi/plugin_delegate.h |
+++ b/webkit/plugins/ppapi/plugin_delegate.h |
@@ -504,6 +504,9 @@ class PluginDelegate { |
fileapi::FileSystemCallbackDispatcher* dispatcher) = 0; |
virtual bool Query(const GURL& path, |
fileapi::FileSystemCallbackDispatcher* dispatcher) = 0; |
+ virtual bool ReadDirectoryEntries( |
+ const GURL& path, |
+ fileapi::FileSystemCallbackDispatcher* dispatcher) = 0; |
virtual bool Touch(const GURL& path, |
const base::Time& last_access_time, |
const base::Time& last_modified_time, |