Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(576)

Unified Diff: webkit/plugins/ppapi/mock_plugin_delegate.cc

Issue 10541113: Notify CloseFile from Pepper to FileSystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reflect review comments. Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b648e68c9feac1f5fbb018a120d5ccb8efbf4d2c..ccc8c57ded9d8cb9033ba19bb13990784e30e14b 100644
--- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
@@ -138,7 +138,9 @@ bool MockPluginDelegate::AsyncOpenFile(const FilePath& path,
}
bool MockPluginDelegate::AsyncOpenFileSystemURL(
- const GURL& path, int flags, const AsyncOpenFileCallback& callback) {
+ const GURL& path,
+ int flags,
+ const AsyncOpenFileSystemURLCallback& callback) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698