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

Issue 10696131: Replace GetEntryByResourceId with GetEntryByResourceIdAsync in search and file upload (Closed)

Created:
8 years, 5 months ago by achuithb
Modified:
8 years, 5 months ago
Reviewers:
satorux1, hshi1
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

Replace GetEntryByResourceId with GetEntryByResourceIdAsync in search and file upload BUG=133957 TEST=unit tests pass. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146148

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Patch Set 6 : prevent leak of results #

Patch Set 7 : compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -26 lines) Patch
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 1 2 3 4 5 6 4 chunks +48 lines, -26 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
achuithb
Two more instances of GetEntryByResourceId replaced with async versions.
8 years, 5 months ago (2012-07-11 00:14:26 UTC) #1
hshi1
http://codereview.chromium.org/10696131/diff/7002/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): http://codereview.chromium.org/10696131/diff/7002/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode453 chrome/browser/chromeos/gdata/gdata_file_system.cc:453: callback.Run(error, scoped_ptr<std::vector<SearchResultInfo> >(results)); Is it possible that |callback| is ...
8 years, 5 months ago (2012-07-11 00:23:44 UTC) #2
achuithb
http://codereview.chromium.org/10696131/diff/7002/chrome/browser/chromeos/gdata/gdata_file_system.cc File chrome/browser/chromeos/gdata/gdata_file_system.cc (right): http://codereview.chromium.org/10696131/diff/7002/chrome/browser/chromeos/gdata/gdata_file_system.cc#newcode453 chrome/browser/chromeos/gdata/gdata_file_system.cc:453: callback.Run(error, scoped_ptr<std::vector<SearchResultInfo> >(results)); On 2012/07/11 00:23:44, hshi1 wrote: > ...
8 years, 5 months ago (2012-07-11 00:38:10 UTC) #3
hshi1
lgtm
8 years, 5 months ago (2012-07-11 00:42:18 UTC) #4
achuithb
On 2012/07/11 00:42:18, hshi1 wrote: > lgtm Thanks. Satoru-san, let me know if you're planning ...
8 years, 5 months ago (2012-07-11 00:42:52 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/achuith@chromium.org/10696131/5
8 years, 5 months ago (2012-07-11 16:43:46 UTC) #6
commit-bot: I haz the power
8 years, 5 months ago (2012-07-11 18:08:08 UTC) #7
Change committed as 146148

Powered by Google App Engine
This is Rietveld 408576698