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

Unified Diff: chrome/browser/chromeos/drive/file_system_util.h

Issue 197013007: Set drive as the default download folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Version 1 Created 6 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: chrome/browser/chromeos/drive/file_system_util.h
diff --git a/chrome/browser/chromeos/drive/file_system_util.h b/chrome/browser/chromeos/drive/file_system_util.h
index e6b56b9efba857e0ed9d32986a87bad0ba9e58f9..ee41fb919e86a31470906d2e85244c9cc24508fe 100644
--- a/chrome/browser/chromeos/drive/file_system_util.h
+++ b/chrome/browser/chromeos/drive/file_system_util.h
@@ -62,6 +62,10 @@ const base::FilePath& GetDriveMyDriveRootPath();
// Returns the Drive mount point path, which looks like "/special/drive-<hash>".
base::FilePath GetDriveMountPointPath(Profile* profile);
+// Returns the Drive mount point path, which looks like
+// "/special/drive-<username_hash>" when provided with the <username_hash>
bartfab (slow) 2014/03/13 13:20:00 Nit 1: Add comma before "when". Nit 2: Add full st
+base::FilePath GetDriveMountPointPathUsingUserHash(std::string username_hash);
bartfab (slow) 2014/03/13 13:20:00 Nit 1: After an unfortunate proliferation of many
+
// Returns the FileSystem for the |profile|. If not available (not mounted
// or disabled), returns NULL.
FileSystemInterface* GetFileSystemByProfile(Profile* profile);

Powered by Google App Engine
This is Rietveld 408576698