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

Issue 10270018: gdata: Add GDataFileSystem::GetFileInfoByPathAsync(). (Closed)

Created:
8 years, 7 months ago by satorux1
Modified:
8 years, 7 months ago
Reviewers:
achuithb, Ben Chan
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::GetFileInfoByPathAsync(). In preparation for removing GetFileInfoByPath(), which is a synchronous function. The new function is not used in production code yet. BUG=chromium-os:30066 TEST=add unit tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=134589

Patch Set 1 #

Total comments: 10

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+227 lines, -36 lines) Patch
M chrome/browser/chromeos/gdata/gdata_file_system.h View 1 7 chunks +28 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 1 3 chunks +72 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc View 1 5 chunks +123 lines, -33 lines 0 comments Download
M chrome/browser/chromeos/gdata/mock_gdata_file_system.h View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
satorux1
8 years, 7 months ago (2012-04-30 17:46:01 UTC) #1
Ben Chan
https://chromiumcodereview.appspot.com/10270018/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): https://chromiumcodereview.appspot.com/10270018/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode2160 chrome/browser/chromeos/gdata/gdata_file_system.cc:2160: callback.Run(error, scoped_ptr<GDataFileProto>(NULL)); nit: scoped_ptr<GDataFileProto>(NULL) -> scoped_ptr<GDataFileProto>() https://chromiumcodereview.appspot.com/10270018/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode2168 chrome/browser/chromeos/gdata/gdata_file_system.cc:2168: scoped_ptr<GDataFileProto>(NULL)); ...
8 years, 7 months ago (2012-04-30 18:00:42 UTC) #2
satorux1
http://codereview.chromium.org/10270018/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): http://codereview.chromium.org/10270018/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode2160 chrome/browser/chromeos/gdata/gdata_file_system.cc:2160: callback.Run(error, scoped_ptr<GDataFileProto>(NULL)); On 2012/04/30 18:00:42, Ben Chan wrote: > ...
8 years, 7 months ago (2012-04-30 19:47:25 UTC) #3
Ben Chan
8 years, 7 months ago (2012-04-30 20:16:08 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698