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

Issue 10546093: gdata: Move ownership of GDataCache to GDataSystemService (Closed)

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

Description

gdata: Move ownership of GDataCache to GDataSystemService BUG=131756 TEST=unit_tests --gtest_filter="GData*" Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141643

Patch Set 1 : _ #

Total comments: 11

Patch Set 2 : Add comment, rebase #

Patch Set 3 : Add TODO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -139 lines) Patch
M chrome/browser/chromeos/extensions/file_browser_event_router.cc View 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_api.cc View 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_download_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.h View 1 5 chunks +9 lines, -28 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 12 chunks +14 lines, -33 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc View 18 chunks +46 lines, -35 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_sync_client.h View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_sync_client.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_sync_client_unittest.cc View 7 chunks +45 lines, -14 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_system_service.h View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_system_service.cc View 1 2 2 chunks +16 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_util.cc View 5 chunks +17 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/gdata/mock_gdata_file_system.h View 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
hashimoto
Took over satorux's patch (https://chromiumcodereview.appspot.com/10533073/)
8 years, 6 months ago (2012-06-11 13:02:22 UTC) #1
achuithb
http://codereview.chromium.org/10546093/diff/2001/chrome/browser/chromeos/gdata/gdata_file_system.h File chrome/browser/chromeos/gdata/gdata_file_system.h (right): http://codereview.chromium.org/10546093/diff/2001/chrome/browser/chromeos/gdata/gdata_file_system.h#newcode411 chrome/browser/chromeos/gdata/gdata_file_system.h:411: GDataCache* cache, Why not pass in GDataSystemService* instead of ...
8 years, 6 months ago (2012-06-11 21:58:10 UTC) #2
hashimoto
http://codereview.chromium.org/10546093/diff/2001/chrome/browser/chromeos/gdata/gdata_sync_client.h File chrome/browser/chromeos/gdata/gdata_sync_client.h (right): http://codereview.chromium.org/10546093/diff/2001/chrome/browser/chromeos/gdata/gdata_sync_client.h#newcode65 chrome/browser/chromeos/gdata/gdata_sync_client.h:65: GDataFileSystemInterface* file_system, On 2012/06/11 21:58:10, achuith.bhandarkar wrote: > Why ...
8 years, 6 months ago (2012-06-12 02:00:18 UTC) #3
hashimoto
http://codereview.chromium.org/10546093/diff/2001/chrome/browser/chromeos/gdata/gdata_file_system.h File chrome/browser/chromeos/gdata/gdata_file_system.h (right): http://codereview.chromium.org/10546093/diff/2001/chrome/browser/chromeos/gdata/gdata_file_system.h#newcode411 chrome/browser/chromeos/gdata/gdata_file_system.h:411: GDataCache* cache, On 2012/06/11 21:58:10, achuith.bhandarkar wrote: > Why ...
8 years, 6 months ago (2012-06-12 06:20:12 UTC) #4
achuithb
All good points. Let's drop this for now. On 2012/06/12 06:20:12, hashimoto wrote: > http://codereview.chromium.org/10546093/diff/2001/chrome/browser/chromeos/gdata/gdata_file_system.h ...
8 years, 6 months ago (2012-06-12 08:02:30 UTC) #5
achuithb
http://codereview.chromium.org/10546093/diff/2001/chrome/browser/chromeos/gdata/gdata_file_system.h File chrome/browser/chromeos/gdata/gdata_file_system.h (right): http://codereview.chromium.org/10546093/diff/2001/chrome/browser/chromeos/gdata/gdata_file_system.h#newcode1470 chrome/browser/chromeos/gdata/gdata_file_system.h:1470: DocumentsServiceInterface* documents_service_; Can we also add a comment here ...
8 years, 6 months ago (2012-06-12 08:17:43 UTC) #6
hashimoto
http://codereview.chromium.org/10546093/diff/2001/chrome/browser/chromeos/gdata/gdata_system_service.cc File chrome/browser/chromeos/gdata/gdata_system_service.cc (right): http://codereview.chromium.org/10546093/diff/2001/chrome/browser/chromeos/gdata/gdata_system_service.cc#newcode32 chrome/browser/chromeos/gdata/gdata_system_service.cc:32: cache_( On 2012/06/12 08:17:43, achuith.bhandarkar wrote: > I think ...
8 years, 6 months ago (2012-06-12 08:22:55 UTC) #7
hashimoto
http://codereview.chromium.org/10546093/diff/2001/chrome/browser/chromeos/gdata/gdata_file_system.h File chrome/browser/chromeos/gdata/gdata_file_system.h (right): http://codereview.chromium.org/10546093/diff/2001/chrome/browser/chromeos/gdata/gdata_file_system.h#newcode1470 chrome/browser/chromeos/gdata/gdata_file_system.h:1470: DocumentsServiceInterface* documents_service_; On 2012/06/12 08:17:43, achuith.bhandarkar wrote: > Can ...
8 years, 6 months ago (2012-06-12 08:25:22 UTC) #8
achuithb
http://codereview.chromium.org/10546093/diff/2001/chrome/browser/chromeos/gdata/gdata_system_service.cc File chrome/browser/chromeos/gdata/gdata_system_service.cc (right): http://codereview.chromium.org/10546093/diff/2001/chrome/browser/chromeos/gdata/gdata_system_service.cc#newcode32 chrome/browser/chromeos/gdata/gdata_system_service.cc:32: cache_( On 2012/06/12 08:22:55, hashimoto wrote: > On 2012/06/12 ...
8 years, 6 months ago (2012-06-12 08:36:54 UTC) #9
hashimoto
http://codereview.chromium.org/10546093/diff/2001/chrome/browser/chromeos/gdata/gdata_system_service.cc File chrome/browser/chromeos/gdata/gdata_system_service.cc (right): http://codereview.chromium.org/10546093/diff/2001/chrome/browser/chromeos/gdata/gdata_system_service.cc#newcode32 chrome/browser/chromeos/gdata/gdata_system_service.cc:32: cache_( On 2012/06/12 08:36:54, achuith.bhandarkar wrote: > On 2012/06/12 ...
8 years, 6 months ago (2012-06-12 08:40:51 UTC) #10
achuithb
lgtm
8 years, 6 months ago (2012-06-12 08:41:50 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/10546093/1014
8 years, 6 months ago (2012-06-12 09:46:58 UTC) #12
commit-bot: I haz the power
8 years, 6 months ago (2012-06-12 11:08:00 UTC) #13
Change committed as 141643

Powered by Google App Engine
This is Rietveld 408576698