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

Issue 318353002: [SyncFS] Create SyncWorkerInterface (Closed)

Created:
6 years, 6 months ago by peria
Modified:
6 years, 6 months ago
Reviewers:
nhiroki, tzik
CC:
chromium-reviews, kinuko+fileapi, nhiroki, tzik
Visibility:
Public.

Description

[SyncFS] Create SyncWorkerInterface to inject SyncWorker. BUG=347425, 378621 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276422

Patch Set 1 : #

Total comments: 8

Patch Set 2 : Work for nits #

Patch Set 3 : Rebase #

Total comments: 2

Patch Set 4 : Work for a nit #

Patch Set 5 : Fix error #

Patch Set 6 : Fix build errors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+198 lines, -123 lines) Patch
M chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine.cc View 1 2 17 chunks +21 lines, -19 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_worker.h View 1 2 3 4 5 4 chunks +53 lines, -48 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_worker.cc View 1 2 4 chunks +7 lines, -52 lines 0 comments Download
A chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h View 1 2 3 4 5 1 chunk +107 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
peria
PTL.
6 years, 6 months ago (2014-06-09 07:44:15 UTC) #1
tzik
https://codereview.chromium.org/318353002/diff/90001/chrome/browser/sync_file_system/drive_backend/sync_worker.h File chrome/browser/sync_file_system/drive_backend/sync_worker.h (right): https://codereview.chromium.org/318353002/diff/90001/chrome/browser/sync_file_system/drive_backend/sync_worker.h#newcode26 chrome/browser/sync_file_system/drive_backend/sync_worker.h:26: #include "webkit/browser/fileapi/file_system_url.h" I think file_path, gurl and file_system_url can ...
6 years, 6 months ago (2014-06-09 08:04:23 UTC) #2
nhiroki
LGTM after addressing tzik's comments. nit: s/SynWorkerInterface/SyncWorkerInterface/ (in review title) https://codereview.chromium.org/318353002/diff/90001/chrome/browser/sync_file_system/drive_backend/sync_worker.h File chrome/browser/sync_file_system/drive_backend/sync_worker.h (right): https://codereview.chromium.org/318353002/diff/90001/chrome/browser/sync_file_system/drive_backend/sync_worker.h#newcode95 ...
6 years, 6 months ago (2014-06-10 04:00:48 UTC) #3
peria
https://codereview.chromium.org/318353002/diff/90001/chrome/browser/sync_file_system/drive_backend/sync_worker.h File chrome/browser/sync_file_system/drive_backend/sync_worker.h (right): https://codereview.chromium.org/318353002/diff/90001/chrome/browser/sync_file_system/drive_backend/sync_worker.h#newcode26 chrome/browser/sync_file_system/drive_backend/sync_worker.h:26: #include "webkit/browser/fileapi/file_system_url.h" On 2014/06/09 08:04:23, tzik wrote: > I ...
6 years, 6 months ago (2014-06-10 04:31:08 UTC) #4
peria
PTAL. Rebase changes few files related to SyncEngine class.
6 years, 6 months ago (2014-06-11 03:41:05 UTC) #5
tzik
https://codereview.chromium.org/318353002/diff/140001/chrome/browser/sync_file_system/drive_backend/sync_worker.h File chrome/browser/sync_file_system/drive_backend/sync_worker.h (right): https://codereview.chromium.org/318353002/diff/140001/chrome/browser/sync_file_system/drive_backend/sync_worker.h#newcode25 chrome/browser/sync_file_system/drive_backend/sync_worker.h:25: class SyncStatusCallback; This is a typedef name which can't ...
6 years, 6 months ago (2014-06-11 04:23:08 UTC) #6
tzik
LGTM after addressing my comment.
6 years, 6 months ago (2014-06-11 04:26:17 UTC) #7
peria
https://codereview.chromium.org/318353002/diff/140001/chrome/browser/sync_file_system/drive_backend/sync_worker.h File chrome/browser/sync_file_system/drive_backend/sync_worker.h (right): https://codereview.chromium.org/318353002/diff/140001/chrome/browser/sync_file_system/drive_backend/sync_worker.h#newcode25 chrome/browser/sync_file_system/drive_backend/sync_worker.h:25: class SyncStatusCallback; On 2014/06/11 04:23:07, tzik wrote: > This ...
6 years, 6 months ago (2014-06-11 04:45:09 UTC) #8
peria
The CQ bit was checked by peria@chromium.org
6 years, 6 months ago (2014-06-11 04:45:13 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/peria@chromium.org/318353002/160001
6 years, 6 months ago (2014-06-11 04:49:28 UTC) #10
tzik
The CQ bit was unchecked by tzik@chromium.org
6 years, 6 months ago (2014-06-11 04:52:53 UTC) #11
peria
The CQ bit was checked by peria@chromium.org
6 years, 6 months ago (2014-06-11 05:07:00 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/peria@chromium.org/318353002/180001
6 years, 6 months ago (2014-06-11 05:10:29 UTC) #13
peria
The CQ bit was unchecked by peria@chromium.org
6 years, 6 months ago (2014-06-11 05:28:27 UTC) #14
peria
PTAL. Add chrome_browser.gypi
6 years, 6 months ago (2014-06-11 05:38:02 UTC) #15
tzik
lgtm
6 years, 6 months ago (2014-06-11 06:19:15 UTC) #16
peria
The CQ bit was checked by peria@chromium.org
6 years, 6 months ago (2014-06-11 06:20:13 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/peria@chromium.org/318353002/240001
6 years, 6 months ago (2014-06-11 06:27:25 UTC) #18
commit-bot: I haz the power
6 years, 6 months ago (2014-06-11 16:14:05 UTC) #19
Message was sent while issue was closed.
Change committed as 276422

Powered by Google App Engine
This is Rietveld 408576698