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

Issue 2610403003: [iOS] Correctly reload Sync Encryption settings screen on sync changes. (Closed)

Created:
3 years, 11 months ago by bzanotti
Modified:
3 years, 11 months ago
Reviewers:
lpromero
CC:
chromium-reviews, pkl (ping after 24h if needed), noyau+watch_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[iOS] Correctly reload Sync Encryption settings screen on sync changes. Sync Encryption screen now listens to sync changes and reloads itself when necessary. This ensures modifications to the passphrase (done by the Sync Encryption Passphrase screen) are reflected in the UI. BUG=678609 Review-Url: https://codereview.chromium.org/2610403003 Cr-Commit-Position: refs/heads/master@{#441927} Committed: https://chromium.googlesource.com/chromium/src/+/e97a0d3d3c1d8f6ed0d5597f9a4f595a9b057b2e

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use MakeUnique with std::unique_ptr #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -23 lines) Patch
M ios/chrome/browser/ui/settings/sync_encryption_collection_view_controller.mm View 1 7 chunks +28 lines, -23 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
bzanotti
Please take a look.
3 years, 11 months ago (2017-01-06 10:38:16 UTC) #2
lpromero
https://codereview.chromium.org/2610403003/diff/1/ios/chrome/browser/ui/settings/sync_encryption_collection_view_controller.mm File ios/chrome/browser/ui/settings/sync_encryption_collection_view_controller.mm (right): https://codereview.chromium.org/2610403003/diff/1/ios/chrome/browser/ui/settings/sync_encryption_collection_view_controller.mm#newcode73 ios/chrome/browser/ui/settings/sync_encryption_collection_view_controller.mm:73: _syncObserver.reset(new SyncObserverBridge(self, syncService)); Use MakeUnique instead of new.
3 years, 11 months ago (2017-01-06 11:01:07 UTC) #3
lpromero
lgtm
3 years, 11 months ago (2017-01-06 11:01:13 UTC) #4
bzanotti
https://codereview.chromium.org/2610403003/diff/1/ios/chrome/browser/ui/settings/sync_encryption_collection_view_controller.mm File ios/chrome/browser/ui/settings/sync_encryption_collection_view_controller.mm (right): https://codereview.chromium.org/2610403003/diff/1/ios/chrome/browser/ui/settings/sync_encryption_collection_view_controller.mm#newcode73 ios/chrome/browser/ui/settings/sync_encryption_collection_view_controller.mm:73: _syncObserver.reset(new SyncObserverBridge(self, syncService)); On 2017/01/06 11:01:07, lpromero wrote: > ...
3 years, 11 months ago (2017-01-06 12:41:26 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2610403003/20001
3 years, 11 months ago (2017-01-06 12:41:40 UTC) #8
commit-bot: I haz the power
3 years, 11 months ago (2017-01-06 12:53:36 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/e97a0d3d3c1d8f6ed0d5597f9a4f...

Powered by Google App Engine
This is Rietveld 408576698