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

Issue 327323006: [SyncFS] Create FakeSyncWorker class (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
Project:
chromium
Visibility:
Public.

Description

[SyncFS] Create FakeSyncWorker class BUG=378621 TEST=successful build Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=277368

Patch Set 1 #

Total comments: 8

Patch Set 2 : Work for nits #

Total comments: 4

Patch Set 3 : Work for nits #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+349 lines, -0 lines) Patch
A chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h View 1 2 3 1 chunk +124 lines, -0 lines 0 comments Download
A chrome/browser/sync_file_system/drive_backend/fake_sync_worker.cc View 1 2 3 1 chunk +223 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
peria
PTL.
6 years, 6 months ago (2014-06-12 07:17:21 UTC) #1
tzik
https://codereview.chromium.org/327323006/diff/1/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): https://codereview.chromium.org/327323006/diff/1/chrome/chrome_browser.gypi#newcode2345 chrome/chrome_browser.gypi:2345: 'browser/sync_file_system/drive_backend/fake_sync_worker.h', Please move them to chrome_test_unit.gypi.
6 years, 6 months ago (2014-06-12 07:47:59 UTC) #2
tzik
https://codereview.chromium.org/327323006/diff/1/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.cc File chrome/browser/sync_file_system/drive_backend/fake_sync_worker.cc (right): https://codereview.chromium.org/327323006/diff/1/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.cc#newcode44 chrome/browser/sync_file_system/drive_backend/fake_sync_worker.cc:44: weak_ptr_factory_.GetWeakPtr())); Can we drop MetadataDatabase dependency from this class?
6 years, 6 months ago (2014-06-12 07:54:52 UTC) #3
nhiroki
https://codereview.chromium.org/327323006/diff/1/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.cc File chrome/browser/sync_file_system/drive_backend/fake_sync_worker.cc (right): https://codereview.chromium.org/327323006/diff/1/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.cc#newcode77 chrome/browser/sync_file_system/drive_backend/fake_sync_worker.cc:77: void FakeSyncWorker::UninstallOrigin(const GURL& origin, You may want to record ...
6 years, 6 months ago (2014-06-12 08:00:09 UTC) #4
peria
https://codereview.chromium.org/327323006/diff/1/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.cc File chrome/browser/sync_file_system/drive_backend/fake_sync_worker.cc (right): https://codereview.chromium.org/327323006/diff/1/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.cc#newcode44 chrome/browser/sync_file_system/drive_backend/fake_sync_worker.cc:44: weak_ptr_factory_.GetWeakPtr())); On 2014/06/12 07:54:52, tzik wrote: > Can we ...
6 years, 6 months ago (2014-06-12 10:49:31 UTC) #5
tzik
lgtm https://codereview.chromium.org/327323006/diff/80001/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h File chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h (right): https://codereview.chromium.org/327323006/diff/80001/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h#newcode38 chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h:38: class Env; Can we remove this? https://codereview.chromium.org/327323006/diff/80001/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h#newcode125 chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h:125: ...
6 years, 6 months ago (2014-06-13 02:26:15 UTC) #6
peria
+ Removed UpdateServiceStateForTesting + Add the behavior of SetSyncEnabled() https://codereview.chromium.org/327323006/diff/80001/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h File chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h (right): https://codereview.chromium.org/327323006/diff/80001/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h#newcode38 chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h:38: ...
6 years, 6 months ago (2014-06-13 02:34:47 UTC) #7
nhiroki
lgtm
6 years, 6 months ago (2014-06-13 03:59:59 UTC) #8
peria
The CQ bit was checked by peria@chromium.org
6 years, 6 months ago (2014-06-13 04:05:51 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/327323006/120001
6 years, 6 months ago (2014-06-13 04:09:19 UTC) #10
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_clang_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-13 12:24:06 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-13 12:33:46 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_clang_dbg/builds/151822)
6 years, 6 months ago (2014-06-13 12:33:47 UTC) #13
peria
The CQ bit was checked by peria@chromium.org
6 years, 6 months ago (2014-06-13 13:40:31 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/peria@chromium.org/327323006/120001
6 years, 6 months ago (2014-06-13 13:41:00 UTC) #15
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_clang_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-06-13 14:54:45 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-13 15:22:25 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_clang_dbg/builds/151860)
6 years, 6 months ago (2014-06-13 15:22:25 UTC) #18
peria
The CQ bit was checked by peria@chromium.org
6 years, 6 months ago (2014-06-16 03:03:05 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/peria@chromium.org/327323006/160001
6 years, 6 months ago (2014-06-16 03:03:43 UTC) #20
commit-bot: I haz the power
6 years, 6 months ago (2014-06-16 07:14:48 UTC) #21
Message was sent while issue was closed.
Change committed as 277368

Powered by Google App Engine
This is Rietveld 408576698