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

Unified Diff: chrome/browser/chromeos/file_system_provider/mount_path_util.h

Issue 294073007: [fsp] Let extensions decide about the file system id. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 7 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: chrome/browser/chromeos/file_system_provider/mount_path_util.h
diff --git a/chrome/browser/chromeos/file_system_provider/mount_path_util.h b/chrome/browser/chromeos/file_system_provider/mount_path_util.h
index 91f91e935ae8ed039aaeece4ae0f70334d0c9638..1a19752457a6f08a7b0b4c19f24230526a975391 100644
--- a/chrome/browser/chromeos/file_system_provider/mount_path_util.h
+++ b/chrome/browser/chromeos/file_system_provider/mount_path_util.h
@@ -21,8 +21,8 @@ namespace util {
// Constructs a safe mount point path for the provided file system.
base::FilePath GetMountPath(Profile* profile,
- std::string extension_id,
- int file_system_id);
+ const std::string& extension_id,
+ const std::string& file_system_id);
// Finds file system, which is responsible for handling the specified |url| by
// analysing the mount path. Also, extract the file path from the virtual path

Powered by Google App Engine
This is Rietveld 408576698