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

Unified Diff: webkit/fileapi/isolated_context.h

Issue 12258021: Fix filesystem API file_handlers to work for drive on ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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/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;

Powered by Google App Engine
This is Rietveld 408576698