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

Issue 11234025: Add skeleton code to wire Local- and Remote- file sync services (Closed)

Created:
8 years, 2 months ago by kinuko
Modified:
8 years, 2 months ago
CC:
chromium-reviews, tzik+watch_chromium.org, kinuko+watch
Visibility:
Public.

Description

Add skeleton code to wire Local- and Remote- file sync services BUG=156599, 156041 TEST=to be added when we add implementation TBR=ben@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=163787

Patch Set 1 #

Patch Set 2 : build fix #

Total comments: 2

Patch Set 3 : build fix #

Total comments: 2

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+238 lines, -4 lines) Patch
A chrome/browser/sync_file_system/change_observer_interface.h View 1 chunk +43 lines, -0 lines 0 comments Download
A chrome/browser/sync_file_system/local_change_processor.h View 1 1 chunk +43 lines, -0 lines 0 comments Download
M chrome/browser/sync_file_system/local_file_sync_service.h View 1 2 3 chunks +24 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/local_file_sync_service.cc View 1 2 2 chunks +25 lines, -0 lines 0 comments Download
A chrome/browser/sync_file_system/remote_change_processor.h View 1 1 chunk +63 lines, -0 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service.h View 1 3 chunks +16 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service.cc View 1 1 chunk +15 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/fileapi/syncable/sync_status_code.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
kinuko
A skeleton code for the proposal I sent in a comment for http://codereview.chromium.org/11187021/. This change ...
8 years, 2 months ago (2012-10-22 08:57:29 UTC) #1
kinuko
http://codereview.chromium.org/11234025/diff/2001/chrome/browser/sync_file_system/remote_change_processor.h File chrome/browser/sync_file_system/remote_change_processor.h (right): http://codereview.chromium.org/11234025/diff/2001/chrome/browser/sync_file_system/remote_change_processor.h#newcode42 chrome/browser/sync_file_system/remote_change_processor.h:42: const PrepareChangeCallback& callback) = 0; The remote sync service ...
8 years, 2 months ago (2012-10-22 09:21:06 UTC) #2
tzik
On 2012/10/22 08:57:29, kinuko wrote: > A skeleton code for the proposal I sent in ...
8 years, 2 months ago (2012-10-22 12:28:01 UTC) #3
tzik
http://codereview.chromium.org/11234025/diff/12/chrome/browser/sync_file_system/remote_change_processor.h File chrome/browser/sync_file_system/remote_change_processor.h (right): http://codereview.chromium.org/11234025/diff/12/chrome/browser/sync_file_system/remote_change_processor.h#newcode39 chrome/browser/sync_file_system/remote_change_processor.h:39: // which is supposed to be done by LocalChangeProcessor) ...
8 years, 2 months ago (2012-10-22 12:28:19 UTC) #4
kinuko
Thanks! http://codereview.chromium.org/11234025/diff/12/chrome/browser/sync_file_system/remote_change_processor.h File chrome/browser/sync_file_system/remote_change_processor.h (right): http://codereview.chromium.org/11234025/diff/12/chrome/browser/sync_file_system/remote_change_processor.h#newcode39 chrome/browser/sync_file_system/remote_change_processor.h:39: // which is supposed to be done by ...
8 years, 2 months ago (2012-10-22 12:38:03 UTC) #5
tzik
lgtm
8 years, 2 months ago (2012-10-24 03:46:10 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinuko@chromium.org/11234025/12
8 years, 2 months ago (2012-10-24 04:47:59 UTC) #7
commit-bot: I haz the power
Presubmit check for 11234025-12 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 2 months ago (2012-10-24 04:48:07 UTC) #8
kinuko
TBR-ing ben@ for simple gypi changes in chrome/. Thanks!
8 years, 2 months ago (2012-10-24 04:56:04 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinuko@chromium.org/11234025/18001
8 years, 2 months ago (2012-10-24 04:56:39 UTC) #10
commit-bot: I haz the power
Change committed as 163787
8 years, 2 months ago (2012-10-24 08:18:40 UTC) #11
Ben Goodger (Google)
8 years, 2 months ago (2012-10-24 17:34:04 UTC) #12
lgtm

Powered by Google App Engine
This is Rietveld 408576698