Index: webkit/fileapi/isolated_context.h |
diff --git a/webkit/fileapi/isolated_context.h b/webkit/fileapi/isolated_context.h |
index 313ccc6b560efc98a391325b72611869ac566a93..46e28cb4e84b5b37ec2e308651d28ac17924d169 100644 |
--- a/webkit/fileapi/isolated_context.h |
+++ b/webkit/fileapi/isolated_context.h |
@@ -143,6 +143,9 @@ class WEBKIT_STORAGE_EXPORT IsolatedContext : public MountPoints { |
const GURL& origin, |
FileSystemType type, |
const base::FilePath& path) const OVERRIDE; |
+ // |GetVirtualPath| is not supported. Always returns false. |
+ virtual bool GetVirtualPath(const base::FilePath& full_path, |
+ base::FilePath* virtual_path) const OVERRIDE; |
// Returns the virtual root path that looks like /<filesystem_id>. |
base::FilePath CreateVirtualRootPath(const std::string& filesystem_id) const; |