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

Unified Diff: webkit/fileapi/isolated_context.h

Issue 10810053: Enables internal filesystem types via Isolated filesystems (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: layout test crash fix Created 8 years, 5 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/file_system_url_request_job_unittest.cc ('k') | webkit/fileapi/isolated_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/isolated_context.h
diff --git a/webkit/fileapi/isolated_context.h b/webkit/fileapi/isolated_context.h
index 79ebdb30c3f7c78445c6bcda097716d873c58af6..ca891062f02148e0c0db31736e93f1c51982bfba 100644
--- a/webkit/fileapi/isolated_context.h
+++ b/webkit/fileapi/isolated_context.h
@@ -125,14 +125,11 @@ class FILEAPI_EXPORT IsolatedContext {
// Returns false if the given virtual_path or the cracked filesystem_id
// is not valid.
//
- // Note that |root_info| and |path| are set to empty paths if
- // |virtual_path| has no <relative_path> part (i.e. pointing to
- // the virtual root).
- //
- // TODO(kinuko): Return filesystem type as well.
+ // Note that |path| is set to empty paths if |virtual_path| has no
+ // <relative_path> part (i.e. pointing to the virtual root).
bool CrackIsolatedPath(const FilePath& virtual_path,
std::string* filesystem_id,
- FileInfo* root_info,
+ FileSystemType* type,
FilePath* path) const;
// Returns a set of dragged FileInfo's registered for the |filesystem_id|.
« no previous file with comments | « webkit/fileapi/file_system_url_request_job_unittest.cc ('k') | webkit/fileapi/isolated_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698