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

Issue 10274025: gdata: Add GDataFileSystem::GetEntryByPathAsync() (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::GetEntryByPathAsync() In preparation for making FindEntryByPathAsync() private. The new function is not used in production code yet. This function is needed as we get metadata of a file or a directory in gdata_file_system_proxy.cc, without knowing if the file path points to a file or a directory. BUG=chromium-os:30251 TEST=add unit tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=134727

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -1 line) Patch
M chrome/browser/chromeos/gdata/gdata_file_system.h View 5 chunks +27 lines, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 4 chunks +66 lines, -0 lines 2 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc View 16 chunks +50 lines, -0 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
One more function to add. This should be the last one for this kind.
8 years, 7 months ago (2012-05-01 06:52:01 UTC) #1
achuithb
http://codereview.chromium.org/10274025/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): http://codereview.chromium.org/10274025/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode2141 chrome/browser/chromeos/gdata/gdata_file_system.cc:2141: void GDataFileSystem::GetEntryInfoByPathAsync( This is a lot of boiler plate ...
8 years, 7 months ago (2012-05-01 09:27:09 UTC) #2
satorux1
http://codereview.chromium.org/10274025/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): http://codereview.chromium.org/10274025/diff/1/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode2141 chrome/browser/chromeos/gdata/gdata_file_system.cc:2141: void GDataFileSystem::GetEntryInfoByPathAsync( On 2012/05/01 09:27:09, achuith.bhandarkar wrote: > This ...
8 years, 7 months ago (2012-05-01 16:50:41 UTC) #3
achuithb
8 years, 7 months ago (2012-05-01 18:12:35 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698