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

Unified Diff: webkit/chromeos/fileapi/cros_mount_point_provider.h

Issue 10873055: Changed FileSystemPointProvider::IsAcccessAllowed() to take a single FileSystemURL instead of a tri… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for typos from Kinuko's review. Sorry, I will look more closely at my own diff next time Created 8 years, 4 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/chromeos/fileapi/cros_mount_point_provider.h
diff --git a/webkit/chromeos/fileapi/cros_mount_point_provider.h b/webkit/chromeos/fileapi/cros_mount_point_provider.h
index a9e06505c8c1f42d5e33c8ac7c65dbd84571a3aa..c3065c23a17b7931bad8b1f09784e106f54a5c75 100644
--- a/webkit/chromeos/fileapi/cros_mount_point_provider.h
+++ b/webkit/chromeos/fileapi/cros_mount_point_provider.h
@@ -54,10 +54,7 @@ class FILEAPI_EXPORT CrosMountPointProvider
fileapi::FileSystemType type,
const FilePath& virtual_path,
bool create) OVERRIDE;
- virtual bool IsAccessAllowed(
- const GURL& origin_url,
- fileapi::FileSystemType type,
- const FilePath& virtual_path) OVERRIDE;
+ virtual bool IsAccessAllowed(const fileapi::FileSystemURL& url) OVERRIDE;
virtual bool IsRestrictedFileName(const FilePath& filename) const OVERRIDE;
virtual fileapi::FileSystemFileUtil* GetFileUtil(
fileapi::FileSystemType type) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698