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

Issue 23949002: [SyncFS] Implement SyncEngineInitializer (Closed)

Created:
7 years, 3 months ago by tzik
Modified:
7 years, 3 months ago
Reviewers:
kinuko, nhiroki
CC:
chromium-reviews, nhiroki+watch_chromium.org, tzik+watch_chromium.org, kinuko+watch
Visibility:
Public.

Description

[SyncFS] Implement SyncEngineInitializer * Implement the stubs of SyncEngineInitializer and add an initial test for it. BUG=240165 TEST="unit_tests --gtest_filter=SyncEngineInitializerTest.*" Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222429

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : wip #

Patch Set 4 : wip #

Patch Set 5 : rebase #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : +comment #

Total comments: 28

Patch Set 9 : #

Patch Set 10 : buildfix #

Patch Set 11 : buildfix #

Patch Set 12 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+508 lines, -11 lines) Patch
M chrome/browser/sync_file_system/drive_backend/metadata_database.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/metadata_database.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.h View 1 2 3 4 5 6 7 8 2 chunks +75 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +287 lines, -7 lines 0 comments Download
A chrome/browser/sync_file_system/drive_backend/sync_engine_initializer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +140 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
tzik
PTL. This is not yet ready to land, (has no test for now, has some ...
7 years, 3 months ago (2013-09-05 08:28:39 UTC) #1
tzik
PTAL, I think it's ready to review.
7 years, 3 months ago (2013-09-09 07:29:43 UTC) #2
kinuko
looks good. https://codereview.chromium.org/23949002/diff/19001/chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc File chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc (right): https://codereview.chromium.org/23949002/diff/19001/chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc#newcode24 chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc:24: // These functions touches GData WAPI classes ...
7 years, 3 months ago (2013-09-09 12:35:50 UTC) #3
nhiroki
https://codereview.chromium.org/23949002/diff/19001/chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc File chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc (right): https://codereview.chromium.org/23949002/diff/19001/chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc#newcode189 chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc:189: // Pick an orphaned folder or a direct child ...
7 years, 3 months ago (2013-09-09 14:21:57 UTC) #4
tzik
Updated! PTAL. https://codereview.chromium.org/23949002/diff/19001/chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc File chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc (right): https://codereview.chromium.org/23949002/diff/19001/chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc#newcode24 chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc:24: // These functions touches GData WAPI classes ...
7 years, 3 months ago (2013-09-10 06:00:42 UTC) #5
nhiroki
LGTM nit: can you fill the "TEST=" line in the description with "unit_tests --gtest_filter=SyncEngineInitializerTest.*" ?
7 years, 3 months ago (2013-09-10 06:10:57 UTC) #6
kinuko
lgtm https://codereview.chromium.org/23949002/diff/19001/chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc File chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc (right): https://codereview.chromium.org/23949002/diff/19001/chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc#newcode24 chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc:24: // These functions touches GData WAPI classes directly. ...
7 years, 3 months ago (2013-09-10 06:43:23 UTC) #7
tzik
https://codereview.chromium.org/23949002/diff/19001/chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc File chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc (right): https://codereview.chromium.org/23949002/diff/19001/chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc#newcode24 chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc:24: // These functions touches GData WAPI classes directly. On ...
7 years, 3 months ago (2013-09-10 08:45:44 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tzik@chromium.org/23949002/40001
7 years, 3 months ago (2013-09-10 16:40:26 UTC) #9
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=75820
7 years, 3 months ago (2013-09-10 19:52:46 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tzik@chromium.org/23949002/40001
7 years, 3 months ago (2013-09-10 23:05:58 UTC) #11
commit-bot: I haz the power
7 years, 3 months ago (2013-09-11 00:46:02 UTC) #12
Message was sent while issue was closed.
Change committed as 222429

Powered by Google App Engine
This is Rietveld 408576698