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

Issue 11299008: Remote service state handling (Closed)

Created:
8 years, 1 month ago by kinuko
Modified:
8 years, 1 month ago
Reviewers:
tzik
CC:
chromium-reviews, tzik+watch_chromium.org, kinuko+watch, calvinlo, nhiroki
Visibility:
Public.

Description

Remote service state handling BUG=160939 TEST=DriveFileSyncServiceTest.* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=168182

Patch Set 1 #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : added auth error state #

Patch Set 4 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -60 lines) Patch
M chrome/browser/sync_file_system/drive_file_sync_service.h View 1 2 3 2 chunks +21 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_service.cc View 1 2 3 11 chunks +120 lines, -37 lines 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_service_unittest.cc View 1 2 10 chunks +43 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_util.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/sync_file_system/remote_file_sync_service.h View 1 2 3 chunks +38 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/sync_event_observer.h View 1 2 1 chunk +13 lines, -16 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kinuko
I know this'd look less cuter than the the original code... anyway can you take ...
8 years, 1 month ago (2012-11-15 14:21:51 UTC) #1
tzik
lgtm
8 years, 1 month ago (2012-11-16 03:34:26 UTC) #2
kinuko
Updated the patch to add/fix more error code and removed origin-specific description. (And cc-ing more ...
8 years, 1 month ago (2012-11-16 04:43:36 UTC) #3
tzik
http://codereview.chromium.org/11299008/diff/8007/chrome/browser/sync_file_system/drive_file_sync_service_unittest.cc File chrome/browser/sync_file_system/drive_file_sync_service_unittest.cc (right): http://codereview.chromium.org/11299008/diff/8007/chrome/browser/sync_file_system/drive_file_sync_service_unittest.cc#newcode23 chrome/browser/sync_file_system/drive_file_sync_service_unittest.cc:23: using ::testing::AtLeast; sort? http://codereview.chromium.org/11299008/diff/8007/chrome/browser/sync_file_system/remote_file_sync_service.h File chrome/browser/sync_file_system/remote_file_sync_service.h (right): http://codereview.chromium.org/11299008/diff/8007/chrome/browser/sync_file_system/remote_file_sync_service.h#newcode34 chrome/browser/sync_file_system/remote_file_sync_service.h:34: ...
8 years, 1 month ago (2012-11-16 05:21:51 UTC) #4
kinuko
Thanks, updated. http://codereview.chromium.org/11299008/diff/8007/chrome/browser/sync_file_system/drive_file_sync_service_unittest.cc File chrome/browser/sync_file_system/drive_file_sync_service_unittest.cc (right): http://codereview.chromium.org/11299008/diff/8007/chrome/browser/sync_file_system/drive_file_sync_service_unittest.cc#newcode23 chrome/browser/sync_file_system/drive_file_sync_service_unittest.cc:23: using ::testing::AtLeast; On 2012/11/16 05:21:51, tzik wrote: ...
8 years, 1 month ago (2012-11-16 05:45:02 UTC) #5
tzik
8 years, 1 month ago (2012-11-16 06:04:46 UTC) #6
lgtm

LGTM again.

Powered by Google App Engine
This is Rietveld 408576698