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

Issue 7550023: [Sync] Add passphrase/encryption info to chrome://sync. (Closed)

Created:
9 years, 4 months ago by Nicolas Zea
Modified:
9 years, 4 months ago
CC:
chromium-reviews, Raghu Simha, ncarter (slow), tim (not reviewing), idana
Visibility:
Public.

Description

[Sync] Add passphrase/encryption info to chrome://sync. BUG=91134 TEST=Set up sync, inspect chrome://sync Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95536

Patch Set 1 #

Patch Set 2 : fix restart case #

Total comments: 4

Patch Set 3 : Add pending keys. Switch encrypted types to string #

Patch Set 4 : Fix clang #

Patch Set 5 : Rebase #

Patch Set 6 : compile #

Total comments: 8

Patch Set 7 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -8 lines) Patch
M chrome/browser/sync/engine/all_status.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/sync/engine/all_status.cc View 1 2 3 4 5 6 2 chunks +20 lines, -4 lines 0 comments Download
M chrome/browser/sync/engine/syncapi.h View 1 2 3 4 5 6 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/sync/engine/syncapi.cc View 1 2 3 4 5 6 4 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/sync_ui_util.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/sync/sync_ui_util.cc View 1 2 3 4 5 6 2 chunks +16 lines, -0 lines 0 comments Download
M chrome/browser/sync/sync_ui_util_unittest.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Nicolas Zea
9 years, 4 months ago (2011-08-03 01:40:01 UTC) #1
akalin
http://codereview.chromium.org/7550023/diff/1001/chrome/browser/sync/engine/syncapi.cc File chrome/browser/sync/engine/syncapi.cc (right): http://codereview.chromium.org/7550023/diff/1001/chrome/browser/sync/engine/syncapi.cc#newcode2126 chrome/browser/sync/engine/syncapi.cc:2126: allstatus_.SetEncryptEverything(newly_encrypted_types.size() > Can we instead expose the list of ...
9 years, 4 months ago (2011-08-03 19:10:02 UTC) #2
Nicolas Zea
PTAL. I went ahead and just used ModelTypeSetToString since the JSON writer wasn't really necessary. ...
9 years, 4 months ago (2011-08-03 22:04:24 UTC) #3
akalin
http://codereview.chromium.org/7550023/diff/4002/chrome/browser/sync/engine/all_status.cc File chrome/browser/sync/engine/all_status.cc (right): http://codereview.chromium.org/7550023/diff/4002/chrome/browser/sync/engine/all_status.cc#newcode23 chrome/browser/sync/engine/all_status.cc:23: status_.cryptographer_ready = false; crypto has pending keys? http://codereview.chromium.org/7550023/diff/4002/chrome/browser/sync/engine/syncapi.cc File ...
9 years, 4 months ago (2011-08-04 01:14:47 UTC) #4
Nicolas Zea
Done. PTAL http://codereview.chromium.org/7550023/diff/4002/chrome/browser/sync/engine/all_status.cc File chrome/browser/sync/engine/all_status.cc (right): http://codereview.chromium.org/7550023/diff/4002/chrome/browser/sync/engine/all_status.cc#newcode23 chrome/browser/sync/engine/all_status.cc:23: status_.cryptographer_ready = false; On 2011/08/04 01:14:48, akalin ...
9 years, 4 months ago (2011-08-04 01:27:51 UTC) #5
Nicolas Zea
ping!
9 years, 4 months ago (2011-08-04 19:54:56 UTC) #6
akalin
LGTM
9 years, 4 months ago (2011-08-04 22:02:04 UTC) #7
akalin
On 2011/08/04 22:02:04, akalin wrote: > LGTM Checking commit box
9 years, 4 months ago (2011-08-04 22:02:23 UTC) #8
commit-bot: I haz the power
9 years, 4 months ago (2011-08-04 23:42:43 UTC) #9
Change committed as 95536

Powered by Google App Engine
This is Rietveld 408576698