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

Issue 10271026: gdata: Add GDataFileSystem::ReadDirectoryByPathAsync() (Closed)

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

Description

gdata: Add GDataFileSystem::ReadDirectoryByPathAsync() In preparation for making FindEntryByPathAsync() private. The new function is not used in production code yet. BUG=chromium-os:30251 TEST=add unit tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=134681

Patch Set 1 #

Patch Set 2 : polish #

Unified diffs Side-by-side diffs Delta from patch set Stats (+183 lines, -33 lines) Patch
M chrome/browser/chromeos/gdata/gdata_file_system.h View 1 5 chunks +35 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 4 chunks +77 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc View 1 14 chunks +68 lines, -20 lines 0 comments Download
M chrome/browser/chromeos/gdata/mock_gdata_file_system.h View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
satorux1
8 years, 7 months ago (2012-05-01 00:11:34 UTC) #1
achuithb
lgtm
8 years, 7 months ago (2012-05-01 00:18:15 UTC) #2
achuithb
On 2012/05/01 00:18:15, achuith.bhandarkar wrote: > lgtm I'm assuming the code is the same as ...
8 years, 7 months ago (2012-05-01 00:18:46 UTC) #3
satorux1
8 years, 7 months ago (2012-05-01 01:06:49 UTC) #4
On 2012/05/01 00:18:46, achuith.bhandarkar wrote:
> On 2012/05/01 00:18:15, achuith.bhandarkar wrote:
> > lgtm
> 
> I'm assuming the code is the same as the file counterpart?

Yes. It's essentially the same. The code is rather redundant but the good thing
is it's type safe.

Powered by Google App Engine
This is Rietveld 408576698