diff options
author | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 05:00:58 +0000 |
---|---|---|
committer | hashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 05:00:58 +0000 |
commit | bed5c4bada0ab6dabd8615173f85e788ab98d5d3 (patch) | |
tree | 1526875f790bee17776caca7fe6b0052d7c26459 /chrome/browser/chromeos/drive/sync_client.cc | |
parent | b3ae2db17876dcab65a6e23218dcc745a3f267bf (diff) | |
download | chromium_src-bed5c4bada0ab6dabd8615173f85e788ab98d5d3.zip chromium_src-bed5c4bada0ab6dabd8615173f85e788ab98d5d3.tar.gz chromium_src-bed5c4bada0ab6dabd8615173f85e788ab98d5d3.tar.bz2 |
drive: Stop returning FilePath from GetResourceEntryById
ResourceMetadata::GetResourceEntryById no longer returns FilePath.
FileSystemInterface::GetResourceEntryById no longer returns FilePath.
Remove GetFilePath related code from FakeFileSystem.
BUG=244135
TEST=unit_tests
R=satorux@chromium.org
Review URL: https://codereview.chromium.org/16107004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203075 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chromeos/drive/sync_client.cc')
-rw-r--r-- | chrome/browser/chromeos/drive/sync_client.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/drive/sync_client.cc b/chrome/browser/chromeos/drive/sync_client.cc index 91a890b..0c12cfe 100644 --- a/chrome/browser/chromeos/drive/sync_client.cc +++ b/chrome/browser/chromeos/drive/sync_client.cc @@ -245,7 +245,6 @@ void SyncClient::OnGetResourceEntryById( const std::string& resource_id, const FileCacheEntry& cache_entry, FileError error, - const base::FilePath& /* drive_file_path */, scoped_ptr<ResourceEntry> entry) { DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |