diff options
Diffstat (limited to 'chrome/browser/chromeos/drive/fake_file_system.cc')
-rw-r--r-- | chrome/browser/chromeos/drive/fake_file_system.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/drive/fake_file_system.cc b/chrome/browser/chromeos/drive/fake_file_system.cc index 4b6f6e4..6211872 100644 --- a/chrome/browser/chromeos/drive/fake_file_system.cc +++ b/chrome/browser/chromeos/drive/fake_file_system.cc @@ -134,6 +134,11 @@ void FakeFileSystem::GetFileByPath(const base::FilePath& file_path, DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); } +void FakeFileSystem::GetFileByPathForSaving(const base::FilePath& file_path, + const GetFileCallback& callback) { + DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); +} + void FakeFileSystem::GetFileContentByPath( const base::FilePath& file_path, const GetFileContentInitializedCallback& initialized_callback, |