Index: webkit/plugins/ppapi/mock_plugin_delegate.cc |
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc |
index f82fe939321dce389a895c2dc48d4be3add2fa72..fce2b5aca8a673e263bf251e50a6024ae80a52ea 100644 |
--- a/webkit/plugins/ppapi/mock_plugin_delegate.cc |
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc |
@@ -142,6 +142,10 @@ bool MockPluginDelegate::AsyncOpenFileSystemURL( |
return false; |
} |
+bool MockPluginDelegate::AsyncNotifyCloseFileSystemURL(const GURL& path) { |
+ return false; |
+} |
+ |
bool MockPluginDelegate::OpenFileSystem( |
const GURL& url, |
fileapi::FileSystemType type, |