| 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 7766f0c74fe30c47a049bb21c3b06c9bc49dad07..104a4eb12a5aab7bf7c358450515b0c8be42fe72 100644
|
| --- a/chrome/browser/chromeos/drive/file_system_util.h
|
| +++ b/chrome/browser/chromeos/drive/file_system_util.h
|
| @@ -84,10 +84,6 @@ DriveAppRegistry* GetDriveAppRegistryByProfile(Profile* profile);
|
| // or disabled), returns NULL.
|
| DriveServiceInterface* GetDriveServiceByProfile(Profile* profile);
|
|
|
| -// Checks if the resource ID is a special one, which is effective only in our
|
| -// implementation and is not supposed to be sent to the server.
|
| -bool IsSpecialResourceId(const std::string& resource_id);
|
| -
|
| // Returns a ResourceEntry for "/drive/root" directory.
|
| ResourceEntry CreateMyDriveRootEntry(const std::string& root_resource_id);
|
|
|
|
|