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

Issue 10270025: gdata: Remove use of FindEntryByPathAsync() from file_manager_util.cc (Closed)

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

Description

gdata: Remove use of FindEntryByPathAsync() from file_manager_util.cc Instead use GetFileInfoByPathAsync(). This is in preparation for making FindEntryByPathAsync() private. Along the way, get back |file_name| field in GDataFileProto, which was once removed in crrev.com/134405, as this info was needed. BUG=chromium-os:30251 TEST=can open both regular files hosted documents on gdata as before Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=134623

Patch Set 1 #

Total comments: 4

Patch Set 2 : address #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -9 lines) Patch
M chrome/browser/chromeos/extensions/file_manager_util.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata.proto View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
satorux1
8 years, 7 months ago (2012-04-30 21:32:58 UTC) #1
achuithb
http://codereview.chromium.org/10270025/diff/1/chrome/browser/chromeos/gdata/gdata_files.cc File chrome/browser/chromeos/gdata/gdata_files.cc (right): http://codereview.chromium.org/10270025/diff/1/chrome/browser/chromeos/gdata/gdata_files.cc#newcode646 chrome/browser/chromeos/gdata/gdata_files.cc:646: file_name_ = proto.file_name(); It's fine to do this for ...
8 years, 7 months ago (2012-04-30 21:45:21 UTC) #2
satorux1
Thank you for great feedback! http://codereview.chromium.org/10270025/diff/1/chrome/browser/chromeos/gdata/gdata_files.cc File chrome/browser/chromeos/gdata/gdata_files.cc (right): http://codereview.chromium.org/10270025/diff/1/chrome/browser/chromeos/gdata/gdata_files.cc#newcode646 chrome/browser/chromeos/gdata/gdata_files.cc:646: file_name_ = proto.file_name(); On ...
8 years, 7 months ago (2012-04-30 21:52:57 UTC) #3
achuithb
8 years, 7 months ago (2012-04-30 21:56:10 UTC) #4
lgtm!

Powered by Google App Engine
This is Rietveld 408576698