| 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);
|
|
|
|
|