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

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

Issue 580023003: Rename the drive: scheme with the externalfile: scheme. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. 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: 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 fdc29b9168eabef48decc9e3dbe8713c28e0edfa..fd72ea1aeb98a72f5978e41441248d97501dc647 100644
--- a/chrome/browser/chromeos/drive/file_system_util.h
+++ b/chrome/browser/chromeos/drive/file_system_util.h
@@ -85,15 +85,6 @@ DriveAppRegistry* GetDriveAppRegistryByProfile(Profile* profile);
// or disabled), returns NULL.
DriveServiceInterface* GetDriveServiceByProfile(Profile* profile);
-// Returns the gdata file resource url formatted as "drive:<path>"
-GURL FilePathToDriveURL(const base::FilePath& path);
-
-// Converts a drive: URL back to a path that can be passed to FileSystem.
-base::FilePath DriveURLToFilePath(const GURL& url);
-
-// Overwrites |url| with a Drive URL when appropriate.
-void MaybeSetDriveURL(Profile* profile, const base::FilePath& path, GURL* url);
-
// Returns true if the given path is under the Drive mount point.
bool IsUnderDriveMountPoint(const base::FilePath& path);
« no previous file with comments | « chrome/browser/chromeos/drive/drive_url_request_job_unittest.cc ('k') | chrome/browser/chromeos/drive/file_system_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698