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

Issue 10581038: chromeos: Stop returning scoped_ptr from GDataCache::GetCacheEntry (Closed)

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

Description

chromeos: Stop returning scoped_ptr from GDataCache::GetCacheEntry Remove unused code from gdata_cache_unittes.cc BUG=133504 TEST=unit_tests --gtest_filter="GData*" Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146312

Patch Set 1 : _ #

Total comments: 10

Patch Set 2 : rebase and review fix #

Total comments: 13

Patch Set 3 : rebase #

Patch Set 4 : fixed nits #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -254 lines) Patch
M chrome/browser/chromeos/gdata/gdata_cache.h View 1 2 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_cache.cc View 1 2 3 33 chunks +77 lines, -89 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_cache_metadata.h View 1 2 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_cache_metadata.cc View 1 2 1 chunk +12 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_cache_metadata_unittest.cc View 1 2 8 chunks +74 lines, -101 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_cache_unittest.cc View 1 2 7 chunks +31 lines, -26 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc View 1 2 3 4 3 chunks +19 lines, -15 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
hashimoto
8 years, 6 months ago (2012-06-20 15:18:31 UTC) #1
satorux1
thank you for doing this! but this is not a good time to submit refactoring ...
8 years, 6 months ago (2012-06-20 15:29:23 UTC) #2
hashimoto
http://codereview.chromium.org/10581038/diff/2001/chrome/browser/chromeos/gdata/gdata_cache_metadata.cc File chrome/browser/chromeos/gdata/gdata_cache_metadata.cc (right): http://codereview.chromium.org/10581038/diff/2001/chrome/browser/chromeos/gdata/gdata_cache_metadata.cc#newcode168 chrome/browser/chromeos/gdata/gdata_cache_metadata.cc:168: GDataCache::CacheEntry cache_entry(iter->second); On 2012/06/20 15:29:23, satorux1 wrote: > *entry ...
8 years, 6 months ago (2012-06-20 15:38:35 UTC) #3
hashimoto
On 2012/06/20 15:29:23, satorux1 wrote: > thank you for doing this! but this is not ...
8 years, 6 months ago (2012-06-20 15:40:47 UTC) #4
satorux1
http://codereview.chromium.org/10581038/diff/2001/chrome/browser/chromeos/gdata/gdata_cache_metadata.cc File chrome/browser/chromeos/gdata/gdata_cache_metadata.cc (right): http://codereview.chromium.org/10581038/diff/2001/chrome/browser/chromeos/gdata/gdata_cache_metadata.cc#newcode168 chrome/browser/chromeos/gdata/gdata_cache_metadata.cc:168: GDataCache::CacheEntry cache_entry(iter->second); On 2012/06/20 15:38:35, hashimoto wrote: > On ...
8 years, 6 months ago (2012-06-20 15:41:20 UTC) #5
hashimoto
http://codereview.chromium.org/10581038/diff/2001/chrome/browser/chromeos/gdata/gdata_cache_metadata.cc File chrome/browser/chromeos/gdata/gdata_cache_metadata.cc (right): http://codereview.chromium.org/10581038/diff/2001/chrome/browser/chromeos/gdata/gdata_cache_metadata.cc#newcode168 chrome/browser/chromeos/gdata/gdata_cache_metadata.cc:168: GDataCache::CacheEntry cache_entry(iter->second); On 2012/06/20 15:41:20, satorux1 wrote: > On ...
8 years, 6 months ago (2012-06-20 15:45:29 UTC) #6
hashimoto
Can we revisit this? http://codereview.chromium.org/10581038/diff/2001/chrome/browser/chromeos/gdata/gdata_cache.cc File chrome/browser/chromeos/gdata/gdata_cache.cc (right): http://codereview.chromium.org/10581038/diff/2001/chrome/browser/chromeos/gdata/gdata_cache.cc#newcode694 chrome/browser/chromeos/gdata/gdata_cache.cc:694: CacheEntry* entry) { On 2012/06/20 ...
8 years, 5 months ago (2012-07-11 12:01:50 UTC) #7
achuithb
http://codereview.chromium.org/10581038/diff/19002/chrome/browser/chromeos/gdata/gdata_cache.cc File chrome/browser/chromeos/gdata/gdata_cache.cc (right): http://codereview.chromium.org/10581038/diff/19002/chrome/browser/chromeos/gdata/gdata_cache.cc#newcode819 chrome/browser/chromeos/gdata/gdata_cache.cc:819: CacheEntry cache_entry; nit: Can we move this declaration to ...
8 years, 5 months ago (2012-07-11 19:09:59 UTC) #8
hashimoto
http://codereview.chromium.org/10581038/diff/19002/chrome/browser/chromeos/gdata/gdata_cache.cc File chrome/browser/chromeos/gdata/gdata_cache.cc (right): http://codereview.chromium.org/10581038/diff/19002/chrome/browser/chromeos/gdata/gdata_cache.cc#newcode819 chrome/browser/chromeos/gdata/gdata_cache.cc:819: CacheEntry cache_entry; On 2012/07/11 19:09:59, achuith.bhandarkar wrote: > nit: ...
8 years, 5 months ago (2012-07-12 05:15:19 UTC) #9
satorux1
looks a lot simpler. thank you for doing this! LGTM http://codereview.chromium.org/10581038/diff/19002/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc File chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc (left): http://codereview.chromium.org/10581038/diff/19002/chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc#oldcode480 ...
8 years, 5 months ago (2012-07-12 07:58:46 UTC) #10
hashimoto
On 2012/07/12 07:58:46, satorux1 wrote: > looks a lot simpler. thank you for doing this! ...
8 years, 5 months ago (2012-07-12 08:11:35 UTC) #11
satorux1
On 2012/07/12 08:11:35, hashimoto wrote: > On 2012/07/12 07:58:46, satorux1 wrote: > > looks a ...
8 years, 5 months ago (2012-07-12 08:14:53 UTC) #12
hashimoto
On 2012/07/12 08:14:53, satorux1 wrote: > On 2012/07/12 08:11:35, hashimoto wrote: > > On 2012/07/12 ...
8 years, 5 months ago (2012-07-12 08:19:41 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/10581038/18010
8 years, 5 months ago (2012-07-12 09:11:26 UTC) #14
commit-bot: I haz the power
8 years, 5 months ago (2012-07-12 10:53:18 UTC) #15
Change committed as 146312

Powered by Google App Engine
This is Rietveld 408576698