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

Unified Diff: webkit/fileapi/test_mount_point_provider.cc

Issue 12193007: Deprecate MountPointProvider::IsAccessAllowed in favor of GetPermissionPolicy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: base::FilePath fix Created 7 years, 10 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
« no previous file with comments | « webkit/fileapi/test_mount_point_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 25b1630f4464fbb4b461af7ee3edeffea755cd5b..11743031721d293aa4d4f0adac1187fc6c4e0f2a 100644
--- a/webkit/fileapi/test_mount_point_provider.cc
+++ b/webkit/fileapi/test_mount_point_provider.cc
@@ -101,15 +101,6 @@ base::FilePath TestMountPointProvider::GetFileSystemRootPathOnFileThread(
return success ? base_path_ : base::FilePath();
}
-bool TestMountPointProvider::IsAccessAllowed(const FileSystemURL& url) {
- return url.type() == fileapi::kFileSystemTypeTest;
-}
-
-bool TestMountPointProvider::IsRestrictedFileName(
- const base::FilePath& filename) const {
- return false;
-}
-
FileSystemFileUtil* TestMountPointProvider::GetFileUtil(FileSystemType type) {
DCHECK(local_file_util_.get());
return local_file_util_->sync_file_util();
« no previous file with comments | « webkit/fileapi/test_mount_point_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698