summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/mock_plugin_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/plugins/ppapi/mock_plugin_delegate.cc')
-rw-r--r--webkit/plugins/ppapi/mock_plugin_delegate.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc
index fb2d1a7..543c21e 100644
--- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
@@ -188,6 +188,13 @@ base::PlatformFileError MockPluginDelegate::GetDirContents(
return base::PLATFORM_FILE_ERROR_FAILED;
}
+void MockPluginDelegate::SyncGetFileSystemPlatformPath(
+ const GURL& url,
+ FilePath* platform_path) {
+ DCHECK(platform_path);
+ *platform_path = FilePath();
+}
+
void MockPluginDelegate::PublishPolicy(const std::string& policy_json) {
}