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

Unified Diff: components/drive/file_system_core_util.h

Issue 2799603002: Process TeamDrive change in change list. (Closed)
Patch Set: Remove unnecessary return value, as the TeamDriveResource conversion always succeeds. Created 3 years, 8 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 | « components/drive/chromeos/change_list_processor.cc ('k') | components/drive/file_system_core_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/file_system_core_util.h
diff --git a/components/drive/file_system_core_util.h b/components/drive/file_system_core_util.h
index 43bbc743acf7882feffa302c612eee1f46dbfeca..6b1eef1ae9c6737f2d24a261d504ea4845525c90 100644
--- a/components/drive/file_system_core_util.h
+++ b/components/drive/file_system_core_util.h
@@ -42,6 +42,9 @@ const base::FilePath& GetDriveGrandRootPath();
// Returns the path of the directory representing "My Drive".
const base::FilePath& GetDriveMyDriveRootPath();
+// Returns the path of the directory representing "Team Drives".
+const base::FilePath& GetDriveTeamDrivesRootPath();
+
// Escapes a file name in Drive cache.
// Replaces percent ('%'), period ('.') and slash ('/') with %XX (hex)
std::string EscapeCacheFileName(const std::string& filename);
« no previous file with comments | « components/drive/chromeos/change_list_processor.cc ('k') | components/drive/file_system_core_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698