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

Unified Diff: storage/browser/fileapi/file_system_url.h

Issue 589473002: Files.app: Enable externalfile: protocol for MTP volumes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test. Created 6 years, 3 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: storage/browser/fileapi/file_system_url.h
diff --git a/storage/browser/fileapi/file_system_url.h b/storage/browser/fileapi/file_system_url.h
index 7b0e97d4300eca5c69ef8e4bec365d629226c1b5..aca3cc00353d64d936547730f64aa365ee7b7769 100644
--- a/storage/browser/fileapi/file_system_url.h
+++ b/storage/browser/fileapi/file_system_url.h
@@ -86,6 +86,14 @@ class STORAGE_EXPORT FileSystemURL {
static FileSystemURL CreateForTest(const GURL& origin,
FileSystemType mount_type,
const base::FilePath& virtual_path);
+ static FileSystemURL CreateForTest(const GURL& origin,
+ FileSystemType mount_type,
+ const base::FilePath& virtual_path,
+ const std::string& mount_filesystem_id,
+ FileSystemType cracked_type,
+ const base::FilePath& cracked_path,
+ const std::string& filesystem_id,
+ const FileSystemMountOption& mount_option);
// Returns true if this instance represents a valid FileSystem URL.
bool is_valid() const { return is_valid_; }
« no previous file with comments | « chrome/browser/chromeos/fileapi/external_file_url_util_unittest.cc ('k') | storage/browser/fileapi/file_system_url.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698