diff options
Diffstat (limited to 'chrome/browser/chromeos/drive/file_system_util.h')
-rw-r--r-- | chrome/browser/chromeos/drive/file_system_util.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/chromeos/drive/file_system_util.h b/chrome/browser/chromeos/drive/file_system_util.h index 278ecbc..a16ed60 100644 --- a/chrome/browser/chromeos/drive/file_system_util.h +++ b/chrome/browser/chromeos/drive/file_system_util.h @@ -144,12 +144,6 @@ void PrepareWritableFileAndRun(Profile* profile, const base::FilePath& path, const PrepareWritableFileCallback& callback); -// Checks whether a directory exists at the given Drive path |directory|. -// Must be called from UI thread. The result will be called back to |callback|. -void CheckDirectoryExists(Profile* profile, - const base::FilePath& directory, - const FileOperationCallback& callback); - // Ensures the existence of |directory| of '/special/drive/foo'. This will // create |directory| and its ancestors if they don't exist. |callback| is // invoked after making sure that |directory| exists. |callback| should |