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

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: Fixes build errors 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 43ae4c51b09f87763f0c36657a3883764d468a87..d60714ef5c9ab216e8f6d1055f86b8d42593cdcb 100644
--- a/chrome/browser/chromeos/drive/file_system_util.h
+++ b/chrome/browser/chromeos/drive/file_system_util.h
@@ -59,6 +59,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 |userid_hash|.
bartfab (slow) 2014/03/14 13:43:45 Nit: s/userid/user_id/
+base::FilePath GetDriveMountPointPathUsingUserHash(std::string userid_hash);
bartfab (slow) 2014/03/14 13:43:45 Nit 1: s/userid/user_id/ Nit 2: How about s/UsingU
+
// 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