Index: webkit/plugins/ppapi/plugin_delegate.h |
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h |
index 8bbd1257a0386623ac5a61c10cc0c71b935fb5e8..5a81b8f8189a0da8555885b596c6ccb035d17dbc 100644 |
--- a/webkit/plugins/ppapi/plugin_delegate.h |
+++ b/webkit/plugins/ppapi/plugin_delegate.h |
@@ -424,6 +424,9 @@ class PluginDelegate { |
int flags, |
const AsyncOpenFileCallback& callback) = 0; |
+ // Sends an async IPC to notify that a plugin closed a file. |
+ virtual bool AsyncNotifyCloseFileSystemURL(const GURL& path) = 0; |
+ |
virtual bool OpenFileSystem( |
const GURL& url, |
fileapi::FileSystemType type, |