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

Issue 10235013: [Sync] Add support for automatic enabling of syncing tab favicons. (Closed)

Created:
8 years, 8 months ago by Nicolas Zea
Modified:
8 years, 8 months ago
CC:
chromium-reviews, ncarter (slow), akalin, Raghu Simha, cbentzel+watch_chromium.org, pam+watch_chromium.org, darin-cc_chromium.org, tim (not reviewing), nyquist
Visibility:
Public.

Description

[Sync] Add support for automatic enabling of syncing tab favicons. We add the sync_tab_favicons field to the nigori node and add support for automatically enabling the feature when we receive a new nigori node. Once we do enable the feature, the browser will only start writing favicons after the next restart. BUG=92728 TEST=using python testserver to enable sync tab favicons, then restarting. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=134184

Patch Set 1 #

Patch Set 2 : Self review #

Total comments: 2

Patch Set 3 : Rename #

Patch Set 4 : Revert testserver for now #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -23 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.cc View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_unittest.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service.h View 1 2 3 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 1 2 3 4 chunks +22 lines, -9 lines 0 comments Download
M sync/internal_api/sync_manager.h View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M sync/internal_api/sync_manager.cc View 1 2 3 chunks +10 lines, -4 lines 0 comments Download
M sync/protocol/nigori_specifics.proto View 1 1 chunk +3 lines, -0 lines 0 comments Download
M sync/protocol/proto_value_conversions.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M sync/sync.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A sync/util/experiments.h View 1 2 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Nicolas Zea
PTAL
8 years, 8 months ago (2012-04-26 21:40:18 UTC) #1
tim (not reviewing)
LGTM with naming nit https://chromiumcodereview.appspot.com/10235013/diff/1001/sync/util/sync_experiments.h File sync/util/sync_experiments.h (right): https://chromiumcodereview.appspot.com/10235013/diff/1001/sync/util/sync_experiments.h#newcode14 sync/util/sync_experiments.h:14: struct SyncExperiments { Since this ...
8 years, 8 months ago (2012-04-26 22:25:32 UTC) #2
Nicolas Zea
https://chromiumcodereview.appspot.com/10235013/diff/1001/sync/util/sync_experiments.h File sync/util/sync_experiments.h (right): https://chromiumcodereview.appspot.com/10235013/diff/1001/sync/util/sync_experiments.h#newcode14 sync/util/sync_experiments.h:14: struct SyncExperiments { On 2012/04/26 22:25:32, timsteele wrote: > ...
8 years, 8 months ago (2012-04-26 22:50:30 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zea@chromium.org/10235013/9015
8 years, 8 months ago (2012-04-26 22:51:02 UTC) #4
commit-bot: I haz the power
8 years, 8 months ago (2012-04-27 00:27:27 UTC) #5
Change committed as 134184

Powered by Google App Engine
This is Rietveld 408576698