Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Issue 16107004: drive: Stop returning FilePath from GetResourceEntryById (Closed)

Created:
7 years, 6 months ago by hashimoto
Modified:
7 years, 6 months ago
Reviewers:
satorux1
CC:
chromium-reviews, nkostylev+watch_chromium.org, tfarina, oshima+watch_chromium.org, tzik+watch_chromium.org, kinuko+watch, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

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 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203075

Patch Set 1 : #

Total comments: 4

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -283 lines) Patch
M chrome/browser/chromeos/drive/change_list_processor.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/dummy_file_system.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/fake_file_system.h View 1 2 chunks +3 lines, -41 lines 0 comments Download
M chrome/browser/chromeos/drive/fake_file_system.cc View 1 2 chunks +7 lines, -96 lines 0 comments Download
M chrome/browser/chromeos/drive/fake_file_system_unittest.cc View 1 chunk +3 lines, -40 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system.cc View 1 3 chunks +4 lines, -20 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system/create_directory_operation.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/download_operation.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/update_operation.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system_interface.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/mock_file_system.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/remove_stale_cache_files.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/remove_stale_cache_files_unittest.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/drive/resource_metadata.h View 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/drive/resource_metadata.cc View 2 chunks +4 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/drive/resource_metadata_unittest.cc View 10 chunks +11 lines, -36 lines 0 comments Download
M chrome/browser/chromeos/drive/sync_client.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync_client.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync_client_unittest.cc View 3 chunks +11 lines, -18 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
hashimoto
7 years, 6 months ago (2013-05-29 04:49:40 UTC) #1
satorux1
https://codereview.chromium.org/16107004/diff/2001/chrome/browser/chromeos/drive/file_system.cc File chrome/browser/chromeos/drive/file_system.cc (right): https://codereview.chromium.org/16107004/diff/2001/chrome/browser/chromeos/drive/file_system.cc#newcode388 chrome/browser/chromeos/drive/file_system.cc:388: base::Bind(&internal::ResourceMetadata::GetFilePath, This seems to be awkward. Why do we ...
7 years, 6 months ago (2013-05-29 06:07:02 UTC) #2
hashimoto
New patch with the trunk after r203040 gets landed. PTAL https://codereview.chromium.org/16107004/diff/2001/chrome/browser/chromeos/drive/file_system.cc File chrome/browser/chromeos/drive/file_system.cc (right): https://codereview.chromium.org/16107004/diff/2001/chrome/browser/chromeos/drive/file_system.cc#newcode413 ...
7 years, 6 months ago (2013-05-30 03:45:02 UTC) #3
satorux1
LGTM. looks simpler!
7 years, 6 months ago (2013-05-30 03:48:44 UTC) #4
hashimoto
7 years, 6 months ago (2013-05-30 05:01:28 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r203075 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698