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

Issue 10823427: gdata: Change callback type of GDataDirectoryService::GetEntryInfoByResourceId() (Closed)

Created:
8 years, 4 months ago by satorux1
Modified:
8 years, 4 months ago
Reviewers:
achuithb
CC:
chromium-reviews, achuith+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

gdata: Change callback type of GDataDirectoryService::GetEntryInfoByResourceId() This function should take GetEntryInfoWithFilePathCallback instead of GetEntryInfoCallback so that the callers can get the drive file path. The new signature matches GDataFileSystem::GetEntryInfoByResourceId() Along the way, add CopyResultsFromGetEntryInfoWithFilePathCallback() to gdata_test_util.h. BUG=143517 TEST=out/Release/unit_tests --gtest_filter='GDataDirectoryServiceTest.*' Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=152442

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -21 lines) Patch
M chrome/browser/chromeos/gdata/gdata_directory_service.h View 2 chunks +14 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_directory_service.cc View 1 chunk +7 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_directory_service_unittest.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_interface.h View 1 chunk +0 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_test_util.h View 1 chunk +14 lines, -2 lines 2 comments Download
M chrome/browser/chromeos/gdata/gdata_test_util.cc View 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
satorux1
I should have done this way in the original patch, but I was sloppy. :~(
8 years, 4 months ago (2012-08-20 22:56:28 UTC) #1
achuithb
lgtm http://codereview.chromium.org/10823427/diff/1/chrome/browser/chromeos/gdata/gdata_test_util.h File chrome/browser/chromeos/gdata/gdata_test_util.h (right): http://codereview.chromium.org/10823427/diff/1/chrome/browser/chromeos/gdata/gdata_test_util.h#newcode81 chrome/browser/chromeos/gdata/gdata_test_util.h:81: void CopyResultsFromGetEntryInfoWithFilePathCallback( Do we really need this here? ...
8 years, 4 months ago (2012-08-20 23:19:09 UTC) #2
satorux1
http://codereview.chromium.org/10823427/diff/1/chrome/browser/chromeos/gdata/gdata_test_util.h File chrome/browser/chromeos/gdata/gdata_test_util.h (right): http://codereview.chromium.org/10823427/diff/1/chrome/browser/chromeos/gdata/gdata_test_util.h#newcode81 chrome/browser/chromeos/gdata/gdata_test_util.h:81: void CopyResultsFromGetEntryInfoWithFilePathCallback( On 2012/08/20 23:19:09, achuith.bhandarkar wrote: > Do ...
8 years, 4 months ago (2012-08-20 23:24:43 UTC) #3
commit-bot: I haz the power
8 years, 4 months ago (2012-08-20 23:40:24 UTC) #4

Powered by Google App Engine
This is Rietveld 408576698