summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/drive/sync_client.cc
diff options
context:
space:
mode:
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 05:00:58 +0000
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 05:00:58 +0000
commitbed5c4bada0ab6dabd8615173f85e788ab98d5d3 (patch)
tree1526875f790bee17776caca7fe6b0052d7c26459 /chrome/browser/chromeos/drive/sync_client.cc
parentb3ae2db17876dcab65a6e23218dcc745a3f267bf (diff)
downloadchromium_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.cc1
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));