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

Issue 10854050: sync: Remove WITH_NIGORI and WITHOUT_NIGORI flags (Closed)

Created:
8 years, 4 months ago by rlarocque
Modified:
8 years, 4 months ago
CC:
chromium-reviews, Raghu Simha, ncarter (slow), akalin, tim (not reviewing)
Visibility:
Public.

Description

sync: Remove WITH_NIGORI and WITHOUT_NIGORI flags This is part of a series of patches intended to add more types which behave similarly to Nigori. These new types will be downloaded early, much like the Nigori node currently is. Removing these flags will make it easier to calculate the appropriate parameters for configure calls during early initialization. BUG=122825 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151389

Patch Set 1 #

Patch Set 2 : Update comment #

Patch Set 3 : Fix another comment #

Patch Set 4 : One more fix #

Total comments: 5

Patch Set 5 : Rebase + minor fixes #

Total comments: 3

Patch Set 6 : Fix nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -100 lines) Patch
M chrome/browser/sync/glue/backend_data_type_configurer.h View 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/sync/glue/data_type_manager_impl.h View 1 2 3 4 3 chunks +2 lines, -10 lines 0 comments Download
M chrome/browser/sync/glue/data_type_manager_impl.cc View 1 2 3 4 5 8 chunks +13 lines, -20 lines 0 comments Download
M chrome/browser/sync/glue/data_type_manager_impl_unittest.cc View 1 2 3 7 chunks +15 lines, -20 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.cc View 1 2 3 4 4 chunks +4 lines, -17 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_unittest.cc View 1 2 3 4 13 chunks +14 lines, -27 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
rlarocque
While rebasing the 'control data' patch, I found that it made sense to separate this ...
8 years, 4 months ago (2012-08-09 20:03:08 UTC) #1
tim (not reviewing)
https://chromiumcodereview.appspot.com/10854050/diff/6001/chrome/browser/sync/glue/data_type_manager_impl.cc File chrome/browser/sync/glue/data_type_manager_impl.cc (right): https://chromiumcodereview.appspot.com/10854050/diff/6001/chrome/browser/sync/glue/data_type_manager_impl.cc#newcode49 chrome/browser/sync/glue/data_type_manager_impl.cc:49: desired_types.Put(syncer::NIGORI); Can we make it so that the configurer ...
8 years, 4 months ago (2012-08-13 20:19:52 UTC) #2
rlarocque
https://chromiumcodereview.appspot.com/10854050/diff/6001/chrome/browser/sync/glue/data_type_manager_impl.cc File chrome/browser/sync/glue/data_type_manager_impl.cc (right): https://chromiumcodereview.appspot.com/10854050/diff/6001/chrome/browser/sync/glue/data_type_manager_impl.cc#newcode49 chrome/browser/sync/glue/data_type_manager_impl.cc:49: desired_types.Put(syncer::NIGORI); On 2012/08/13 20:19:52, timsteele wrote: > Can we ...
8 years, 4 months ago (2012-08-13 20:45:58 UTC) #3
rlarocque
Uploaded new patch. http://codereview.chromium.org/10854050/diff/6001/chrome/browser/sync/glue/data_type_manager_impl.cc File chrome/browser/sync/glue/data_type_manager_impl.cc (right): http://codereview.chromium.org/10854050/diff/6001/chrome/browser/sync/glue/data_type_manager_impl.cc#newcode49 chrome/browser/sync/glue/data_type_manager_impl.cc:49: desired_types.Put(syncer::NIGORI); On 2012/08/13 20:45:58, rlarocque wrote: ...
8 years, 4 months ago (2012-08-13 22:04:38 UTC) #4
tim (not reviewing)
LGTM with one nit https://chromiumcodereview.appspot.com/10854050/diff/7009/chrome/browser/sync/glue/data_type_manager_impl.cc File chrome/browser/sync/glue/data_type_manager_impl.cc (right): https://chromiumcodereview.appspot.com/10854050/diff/7009/chrome/browser/sync/glue/data_type_manager_impl.cc#newcode96 chrome/browser/sync/glue/data_type_manager_impl.cc:96: syncer::ConfigureReason reason) { nit - ...
8 years, 4 months ago (2012-08-13 22:08:38 UTC) #5
rlarocque
https://chromiumcodereview.appspot.com/10854050/diff/7009/chrome/browser/sync/glue/data_type_manager_impl.cc File chrome/browser/sync/glue/data_type_manager_impl.cc (right): https://chromiumcodereview.appspot.com/10854050/diff/7009/chrome/browser/sync/glue/data_type_manager_impl.cc#newcode96 chrome/browser/sync/glue/data_type_manager_impl.cc:96: syncer::ConfigureReason reason) { On 2012/08/13 22:08:39, timsteele wrote: > ...
8 years, 4 months ago (2012-08-13 22:14:23 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rlarocque@chromium.org/10854050/9010
8 years, 4 months ago (2012-08-13 22:14:39 UTC) #7
commit-bot: I haz the power
8 years, 4 months ago (2012-08-13 23:30:37 UTC) #8
Change committed as 151389

Powered by Google App Engine
This is Rietveld 408576698