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

Unified Diff: webkit/fileapi/test_mount_point_provider.cc

Issue 16043006: Rename FileSystemMountPointProvider::ValidateFileSystemRoot to OpenFileSystem (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/fileapi/test_mount_point_provider.cc
diff --git a/webkit/fileapi/test_mount_point_provider.cc b/webkit/fileapi/test_mount_point_provider.cc
index f19913945cf84c4eafb1b6ff2c0d2e86bacda0d1..428ebb7d771bf50a5f0d04d6c7027cb4ebf75df6 100644
--- a/webkit/fileapi/test_mount_point_provider.cc
+++ b/webkit/fileapi/test_mount_point_provider.cc
@@ -91,11 +91,11 @@ bool TestMountPointProvider::CanHandleType(FileSystemType type) const {
return (type == kFileSystemTypeTest);
}
-void TestMountPointProvider::ValidateFileSystemRoot(
+void TestMountPointProvider::OpenFileSystem(
const GURL& origin_url,
FileSystemType type,
- bool create,
- const ValidateFileSystemCallback& callback) {
+ OpenFileSystemMode mode,
+ const OpenFileSystemCallback& callback) {
callback.Run(base::PLATFORM_FILE_OK);
}
« no previous file with comments | « webkit/fileapi/test_mount_point_provider.h ('k') | webkit/fileapi/upload_file_system_file_element_reader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698