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

Issue 1354883003: Componentize chrome/browser/sync/backup_rollback_controller (Closed)

Created:
5 years, 3 months ago by Abhishek
Modified:
5 years, 3 months ago
Reviewers:
droger, Nicolas Zea
CC:
chromium-reviews, tim+watch_chromium.org, pvalenzuela+watch_chromium.org, maxbogue+watch_chromium.org, plaree+watch_chromium.org, zea+watch_chromium.org, Jitu( very slow this week), r.kasibhatla
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Componentize chrome/browser/sync/backup_rollback_controller . Moved backup_rollback_controller.[cc/h] and its unittest to components/sync_driver . Added backup_rollback_controller_unittest into .gn build. . Formatted backup_rollback_controller files using cl format. . Added backup_rollback_controller* under sync_driver namespace. BUG=511242 Committed: https://crrev.com/4316e6a96c8cdb263a8e95a8091dcf1b3a82dd89 Cr-Commit-Position: refs/heads/master@{#349906}

Patch Set 1 #

Total comments: 8

Patch Set 2 : namespace change browser_sync -> sync_driver #

Total comments: 2

Patch Set 3 : updated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -341 lines) Patch
D chrome/browser/sync/backup_rollback_controller.h View 1 chunk +0 lines, -63 lines 0 comments Download
D chrome/browser/sync/backup_rollback_controller.cc View 1 chunk +0 lines, -103 lines 0 comments Download
D chrome/browser/sync/backup_rollback_controller_unittest.cc View 1 chunk +0 lines, -146 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M components/components_tests.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M components/sync_driver.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M components/sync_driver/BUILD.gn View 2 chunks +3 lines, -0 lines 0 comments Download
A + components/sync_driver/backup_rollback_controller.h View 1 2 3 chunks +5 lines, -7 lines 0 comments Download
A + components/sync_driver/backup_rollback_controller.cc View 1 4 chunks +6 lines, -9 lines 0 comments Download
A + components/sync_driver/backup_rollback_controller_unittest.cc View 1 4 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
Abhishek
PTAL!
5 years, 3 months ago (2015-09-18 12:51:43 UTC) #2
droger
LGTM once the namespace is fixed. +zea as OWNER. https://codereview.chromium.org/1354883003/diff/1/components/sync_driver/backup_rollback_controller.cc File components/sync_driver/backup_rollback_controller.cc (right): https://codereview.chromium.org/1354883003/diff/1/components/sync_driver/backup_rollback_controller.cc#newcode16 components/sync_driver/backup_rollback_controller.cc:16: ...
5 years, 3 months ago (2015-09-18 13:04:14 UTC) #4
Abhishek
PTAL #2! I've resolved all the comments. https://codereview.chromium.org/1354883003/diff/1/components/sync_driver/backup_rollback_controller.cc File components/sync_driver/backup_rollback_controller.cc (right): https://codereview.chromium.org/1354883003/diff/1/components/sync_driver/backup_rollback_controller.cc#newcode16 components/sync_driver/backup_rollback_controller.cc:16: namespace browser_sync ...
5 years, 3 months ago (2015-09-18 14:00:49 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1354883003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1354883003/20001
5 years, 3 months ago (2015-09-18 14:02:09 UTC) #7
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-18 15:04:36 UTC) #9
Nicolas Zea
LGTM, thanks! https://codereview.chromium.org/1354883003/diff/20001/components/sync_driver/backup_rollback_controller.h File components/sync_driver/backup_rollback_controller.h (right): https://codereview.chromium.org/1354883003/diff/20001/components/sync_driver/backup_rollback_controller.h#newcode14 components/sync_driver/backup_rollback_controller.h:14: class SyncPrefs; nit: newline above.
5 years, 3 months ago (2015-09-18 20:44:29 UTC) #10
Abhishek
Updated patchset #3! https://codereview.chromium.org/1354883003/diff/20001/components/sync_driver/backup_rollback_controller.h File components/sync_driver/backup_rollback_controller.h (right): https://codereview.chromium.org/1354883003/diff/20001/components/sync_driver/backup_rollback_controller.h#newcode14 components/sync_driver/backup_rollback_controller.h:14: class SyncPrefs; On 2015/09/18 20:44:28, Nicolas ...
5 years, 3 months ago (2015-09-21 05:36:19 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1354883003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1354883003/40001
5 years, 3 months ago (2015-09-21 05:36:32 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 3 months ago (2015-09-21 06:57:58 UTC) #15
commit-bot: I haz the power
5 years, 3 months ago (2015-09-21 06:58:38 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/4316e6a96c8cdb263a8e95a8091dcf1b3a82dd89
Cr-Commit-Position: refs/heads/master@{#349906}

Powered by Google App Engine
This is Rietveld 408576698