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

Issue 10834170: gdata: Move GDataWapiFeedLoader to a set of new files (Closed)

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

gdata: Move GDataWapiFeedLoader to a set of new files This change reduces ~800 lines from gdata_file_system.cc Along the way move some functions to gdata_util.h, which are needed for gdata_file_system.cc and gdata_wapi_feed_loader.cc BUG=138268 TEST=none; just move code around. should not change the behaviors TBR=ben@chromium.org for chrome_browser.gypi Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=150027

Patch Set 1 #

Patch Set 2 : add missing files... #

Total comments: 6

Patch Set 3 : address comments #

Patch Set 4 : clang fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1015 lines, -948 lines) Patch
M chrome/browser/chromeos/gdata/gdata_file_system.h View 2 chunks +1 line, -159 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 30 chunks +19 lines, -788 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_util.h View 1 2 3 chunks +27 lines, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_util.cc View 2 chunks +43 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h View 1 1 chunk +206 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.cc View 1 2 3 1 chunk +717 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
satorux1
This is just moving code around. Would love to submit before m22 branch cut.
8 years, 4 months ago (2012-08-04 07:42:28 UTC) #1
achuithb
http://codereview.chromium.org/10834170/diff/2001/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h File chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h (right): http://codereview.chromium.org/10834170/diff/2001/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h#newcode22 chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h:22: struct GetDocumentsParams { Any reason why this is in ...
8 years, 4 months ago (2012-08-04 08:02:35 UTC) #2
satorux1
http://codereview.chromium.org/10834170/diff/2001/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h File chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h (right): http://codereview.chromium.org/10834170/diff/2001/chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h#newcode22 chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h:22: struct GetDocumentsParams { On 2012/08/04 08:02:35, achuith.bhandarkar wrote: > ...
8 years, 4 months ago (2012-08-04 08:05:28 UTC) #3
achuithb
lgtm http://codereview.chromium.org/10834170/diff/2001/chrome/browser/chromeos/gdata/gdata_util.h File chrome/browser/chromeos/gdata/gdata_util.h (right): http://codereview.chromium.org/10834170/diff/2001/chrome/browser/chromeos/gdata/gdata_util.h#newcode12 chrome/browser/chromeos/gdata/gdata_util.h:12: #include "base/tracked_objects.h" I think you can probably fwd ...
8 years, 4 months ago (2012-08-04 08:12:24 UTC) #4
satorux1
8 years, 4 months ago (2012-08-04 08:16:33 UTC) #5
http://codereview.chromium.org/10834170/diff/2001/chrome/browser/chromeos/gda...
File chrome/browser/chromeos/gdata/gdata_util.h (right):

http://codereview.chromium.org/10834170/diff/2001/chrome/browser/chromeos/gda...
chrome/browser/chromeos/gdata/gdata_util.h:12: #include "base/tracked_objects.h"
On 2012/08/04 08:12:25, achuith.bhandarkar wrote:
> I think you can probably fwd declare tracked_objects::Location too similar to
> base::SequencedTaskRunner.

Done.

Powered by Google App Engine
This is Rietveld 408576698