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

Issue 10829375: Cleanup: separate WAPI and Drive API code in gdata_documents_service. (Closed)

Created:
8 years, 4 months ago by kochi
Modified:
8 years, 4 months ago
Reviewers:
satorux1
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, kinaba, Daniel Erat, kinuko
Visibility:
Public.

Description

Cleanup: separate WAPI and Drive API code in gdata_documents_service. BUG=142809 TEST=pass all existing tests, manually check if file browser doesn't break. TBR=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=152476

Patch Set 1 : . #

Total comments: 9

Patch Set 2 : Update for comments #

Total comments: 5

Patch Set 3 : rebase #

Patch Set 4 : Fix for comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+574 lines, -1470 lines) Patch
M chrome/browser/chromeos/extensions/external_filesystem_apitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_event_router.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_api.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/chromeos/gdata/documents_service_interface.h View 1 5 chunks +22 lines, -135 lines 0 comments Download
A chrome/browser/chromeos/gdata/drive_api_service.h View 1 1 chunk +120 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/gdata/drive_api_service.cc View 1 chunk +237 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/drive_task_executor.cc View 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/chromeos/gdata/gdata_documents_service.h View 1 chunk +0 lines, -314 lines 0 comments Download
D chrome/browser/chromeos/gdata/gdata_documents_service.cc View 1 chunk +0 lines, -332 lines 0 comments Download
D chrome/browser/chromeos/gdata/gdata_documents_service_browsertest.cc View 1 chunk +0 lines, -150 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_download_observer.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 1 2 2 chunks +4 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_protocol_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_system_service.cc View 1 2 3 2 chunks +9 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_uploader.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.cc View 1 2 3 5 chunks +10 lines, -6 lines 0 comments Download
A chrome/browser/chromeos/gdata/gdata_wapi_service.h View 1 1 chunk +105 lines, -0 lines 0 comments Download
A + chrome/browser/chromeos/gdata/gdata_wapi_service.cc View 15 chunks +31 lines, -77 lines 0 comments Download
A + chrome/browser/chromeos/gdata/gdata_wapi_service_browsertest.cc View 4 chunks +5 lines, -5 lines 0 comments Download
A + chrome/browser/chromeos/gdata/mock_documents_service.h View 4 chunks +7 lines, -16 lines 0 comments Download
A + chrome/browser/chromeos/gdata/mock_documents_service.cc View 2 chunks +2 lines, -2 lines 0 comments Download
D chrome/browser/chromeos/gdata/mock_gdata_documents_service.h View 1 chunk +0 lines, -204 lines 0 comments Download
D chrome/browser/chromeos/gdata/mock_gdata_documents_service.cc View 1 chunk +0 lines, -198 lines 0 comments Download
M chrome/browser/chromeos/system/ash_system_tray_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/drive_internals_ui.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
kochi
Hi Satoru, Could you review this? Thanks,
8 years, 4 months ago (2012-08-17 10:46:11 UTC) #1
satorux1
http://codereview.chromium.org/10829375/diff/4001/chrome/browser/chromeos/gdata/documents_service_interface.h File chrome/browser/chromeos/gdata/documents_service_interface.h (right): http://codereview.chromium.org/10829375/diff/4001/chrome/browser/chromeos/gdata/documents_service_interface.h#newcode49 chrome/browser/chromeos/gdata/documents_service_interface.h:49: class DocumentsServiceInterface { DocumentsServiceInterface is probably not a good ...
8 years, 4 months ago (2012-08-17 12:05:48 UTC) #2
kochi
Thanks for the review! https://chromiumcodereview.appspot.com/10829375/diff/4001/chrome/browser/chromeos/gdata/documents_service_interface.h File chrome/browser/chromeos/gdata/documents_service_interface.h (right): https://chromiumcodereview.appspot.com/10829375/diff/4001/chrome/browser/chromeos/gdata/documents_service_interface.h#newcode49 chrome/browser/chromeos/gdata/documents_service_interface.h:49: class DocumentsServiceInterface { Looks like ...
8 years, 4 months ago (2012-08-20 09:17:30 UTC) #3
satorux1
hmm, "Patch Set 2" contains lots of unrelated changes coming from git rebase. I'd suggest ...
8 years, 4 months ago (2012-08-20 16:47:19 UTC) #4
satorux1
LGTM with nits. Please submit this shortly so we can move onto the next target. ...
8 years, 4 months ago (2012-08-20 16:52:30 UTC) #5
satorux1
http://codereview.chromium.org/10829375/diff/5035/chrome/browser/chromeos/gdata/gdata_system_service.cc File chrome/browser/chromeos/gdata/gdata_system_service.cc (right): http://codereview.chromium.org/10829375/diff/5035/chrome/browser/chromeos/gdata/gdata_system_service.cc#newcode217 chrome/browser/chromeos/gdata/gdata_system_service.cc:217: reinterpret_cast<DocumentsServiceInterface*>( On 2012/08/20 16:52:30, satorux1 wrote: > I guess ...
8 years, 4 months ago (2012-08-20 17:01:28 UTC) #6
kochi
For rebase, I'll do so from next time on. For doing different in callbacks, I'll ...
8 years, 4 months ago (2012-08-21 01:36:17 UTC) #7
kochi
Thanks for the review! https://chromiumcodereview.appspot.com/10829375/diff/5035/chrome/browser/chromeos/gdata/gdata_system_service.cc File chrome/browser/chromeos/gdata/gdata_system_service.cc (right): https://chromiumcodereview.appspot.com/10829375/diff/5035/chrome/browser/chromeos/gdata/gdata_system_service.cc#newcode217 chrome/browser/chromeos/gdata/gdata_system_service.cc:217: reinterpret_cast<DocumentsServiceInterface*>( On 2012/08/20 17:01:29, satorux1 ...
8 years, 4 months ago (2012-08-21 01:42:45 UTC) #8
kochi
8 years, 4 months ago (2012-08-21 01:44:39 UTC) #9
Adding ben@chromium.org on TBR= line for review on gypi file.

Powered by Google App Engine
This is Rietveld 408576698