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

Issue 10855034: Drive: Remove gdata_params.h (Closed)

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

Drive: Remove gdata_params.h Moves the definitions in gdata_params.h to each appropriate file. BUG=135306 TBR=ben@chromium.org # for chrome/chrome_browser.gypi (two files removed) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151125

Patch Set 1 #

Patch Set 2 : Remove gdata_params.[h|cc]. #

Total comments: 1

Patch Set 3 : Rename gdata_params.h to gdata_documents_service_params.h. #

Patch Set 4 : Fix the order of #include. #

Patch Set 5 : Review (#8) fix #

Total comments: 3

Patch Set 6 : Fix reviews (#12) and Rebase #

Total comments: 6

Patch Set 7 : Review (#14) fix #

Total comments: 4

Patch Set 8 : Review (#16) fix & rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+273 lines, -311 lines) Patch
M chrome/browser/chromeos/extensions/file_browser_private_api.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_auth_service.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_contacts_service.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_documents_service.h View 1 2 3 4 5 6 7 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_documents_service.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_documents_service_browsertest.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.h View 1 2 3 4 5 6 7 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 1 2 3 4 5 6 7 17 chunks +23 lines, -23 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_interface.h View 1 2 3 4 5 6 7 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc View 1 2 3 4 5 6 7 8 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_files.h View 1 2 3 4 5 6 7 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_operation_runner.h View 1 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_operations.h View 1 2 3 4 5 6 7 7 chunks +88 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_operations.cc View 1 2 3 4 5 6 7 5 chunks +58 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_params.h View 1 1 chunk +0 lines, -155 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_params.cc View 1 1 chunk +0 lines, -73 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_protocol_handler.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_sync_client.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_uploader.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h View 1 2 3 4 5 6 7 1 chunk +18 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.cc View 1 2 3 4 5 6 7 2 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/mock_gdata_documents_service.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/mock_gdata_documents_service.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/mock_gdata_file_system.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/operations_base.h View 1 2 3 4 5 6 7 5 chunks +22 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 26 (0 generated)
yoshiki
Satoru-san, could you take a look?
8 years, 4 months ago (2012-08-07 23:05:26 UTC) #1
satorux1
The two files are marked "M" in the code review page. I thought deleted files ...
8 years, 4 months ago (2012-08-07 23:08:17 UTC) #2
satorux1
We want to refrain from submitting large refactoring patches right after the branch cut. This ...
8 years, 4 months ago (2012-08-07 23:13:30 UTC) #3
achuithb
I like that LoadRootFeedParams is now moved to gdata_wapi_feed_loader.* One other option is to rename ...
8 years, 4 months ago (2012-08-07 23:14:21 UTC) #4
satorux1
On 2012/08/07 23:14:21, achuith.bhandarkar wrote: > I like that LoadRootFeedParams is now moved to gdata_wapi_feed_loader.* ...
8 years, 4 months ago (2012-08-07 23:15:38 UTC) #5
yoshiki
On 2012/08/07 23:15:38, satorux1 wrote: > On 2012/08/07 23:14:21, achuith.bhandarkar wrote: > > I like ...
8 years, 4 months ago (2012-08-07 23:27:42 UTC) #6
yoshiki
How about AuthStatusCallback? Should we move it to gdata_auth_service.h, or keep it on gdata_document_service_params.h? On ...
8 years, 4 months ago (2012-08-07 23:30:15 UTC) #7
satorux1
On 2012/08/07 23:30:15, yoshiki wrote: > How about AuthStatusCallback? Should we move it to gdata_auth_service.h, ...
8 years, 4 months ago (2012-08-08 00:35:52 UTC) #8
yoshiki
Thanks for advice! Done. PTAL On 2012/08/08 00:35:52, satorux1 wrote: > On 2012/08/07 23:30:15, yoshiki ...
8 years, 4 months ago (2012-08-08 19:11:42 UTC) #9
satorux1
http://codereview.chromium.org/10855034/diff/3005/chrome/browser/chromeos/gdata/gdata_operations_callback.h File chrome/browser/chromeos/gdata/gdata_operations_callback.h (right): http://codereview.chromium.org/10855034/diff/3005/chrome/browser/chromeos/gdata/gdata_operations_callback.h#newcode6 chrome/browser/chromeos/gdata/gdata_operations_callback.h:6: #define CHROME_BROWSER_CHROMEOS_GDATA_GDATA_OPERATIONS_CALLBACK_H_ Sorry to be nit-picky, but the name ...
8 years, 4 months ago (2012-08-08 20:21:19 UTC) #10
yoshiki
On 2012/08/08 20:21:19, satorux1 wrote: > Sorry to be nit-picky, but the name does not ...
8 years, 4 months ago (2012-08-08 22:24:26 UTC) #11
satorux1
On 2012/08/08 22:24:26, yoshiki wrote: > On 2012/08/08 20:21:19, satorux1 wrote: > > Sorry to ...
8 years, 4 months ago (2012-08-08 22:31:35 UTC) #12
yoshiki
I did (2), and moved FindEntryCallback to gdata_files.h in addition. PTAL https://chromiumcodereview.appspot.com/10855034/diff/3005/chrome/browser/chromeos/gdata/operations_base.h File chrome/browser/chromeos/gdata/operations_base.h (right): ...
8 years, 4 months ago (2012-08-08 22:54:37 UTC) #13
satorux1
http://codereview.chromium.org/10855034/diff/2020/chrome/browser/chromeos/gdata/gdata_operations.h File chrome/browser/chromeos/gdata/gdata_operations.h (right): http://codereview.chromium.org/10855034/diff/2020/chrome/browser/chromeos/gdata/gdata_operations.h#newcode28 chrome/browser/chromeos/gdata/gdata_operations.h:28: const FilePath& temp_file)> DownloadActionCallback; Please see my comments in ...
8 years, 4 months ago (2012-08-09 20:53:48 UTC) #14
yoshiki
PTAL https://chromiumcodereview.appspot.com/10855034/diff/2020/chrome/browser/chromeos/gdata/gdata_operations.h File chrome/browser/chromeos/gdata/gdata_operations.h (right): https://chromiumcodereview.appspot.com/10855034/diff/2020/chrome/browser/chromeos/gdata/gdata_operations.h#newcode28 chrome/browser/chromeos/gdata/gdata_operations.h:28: const FilePath& temp_file)> DownloadActionCallback; On 2012/08/09 20:53:48, satorux1 ...
8 years, 4 months ago (2012-08-09 22:00:46 UTC) #15
satorux1
almost there! https://chromiumcodereview.appspot.com/10855034/diff/7018/chrome/browser/chromeos/gdata/gdata_operations.h File chrome/browser/chromeos/gdata/gdata_operations.h (right): https://chromiumcodereview.appspot.com/10855034/diff/7018/chrome/browser/chromeos/gdata/gdata_operations.h#newcode22 chrome/browser/chromeos/gdata/gdata_operations.h:22: // DocumentServiceInterface calls. The function comment seems ...
8 years, 4 months ago (2012-08-09 22:13:09 UTC) #16
yoshiki
Done! PTAL. http://codereview.chromium.org/10855034/diff/7018/chrome/browser/chromeos/gdata/gdata_operations.h File chrome/browser/chromeos/gdata/gdata_operations.h (right): http://codereview.chromium.org/10855034/diff/7018/chrome/browser/chromeos/gdata/gdata_operations.h#newcode22 chrome/browser/chromeos/gdata/gdata_operations.h:22: // DocumentServiceInterface calls. On 2012/08/09 22:13:09, satorux1 ...
8 years, 4 months ago (2012-08-10 02:11:44 UTC) #17
satorux1
LGTM I think you can submit this now. This patch could potentially make merging to ...
8 years, 4 months ago (2012-08-10 17:40:16 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/10855034/6022
8 years, 4 months ago (2012-08-10 17:52:20 UTC) #19
commit-bot: I haz the power
Presubmit check for 10855034-6022 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-10 17:52:33 UTC) #20
yoshiki
updated the description, retrying...
8 years, 4 months ago (2012-08-10 17:55:21 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/10855034/6022
8 years, 4 months ago (2012-08-10 17:55:35 UTC) #22
yoshiki
On 2012/08/10 17:40:16, satorux1 wrote: > LGTM > > I think you can submit this ...
8 years, 4 months ago (2012-08-10 18:09:01 UTC) #23
commit-bot: I haz the power
Try job failure for 10855034-6022 on linux_chromeos for step "update". http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=32166 Step "update" is always ...
8 years, 4 months ago (2012-08-10 18:21:24 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/10855034/6022
8 years, 4 months ago (2012-08-10 20:21:17 UTC) #25
commit-bot: I haz the power
8 years, 4 months ago (2012-08-10 21:49:18 UTC) #26
Change committed as 151125

Powered by Google App Engine
This is Rietveld 408576698