Commit 82221184 authored by Thomas Tangl's avatar Thomas Tangl Committed by Commit Bot

[unified-consent] Update order in "Sync and personalization"

Encryption options is placed last in the "Sync and personalization"
section to match the mocks:
https://gallery.googleplex.com/projects/MCHbtQVoQ2HCZWnUS9sdsb0Q/files/MCHtA7U1iMGr664Bt8FBOxWEdg35-B8FaW0

Bug: 864751
Change-Id: I406708e8ea9e02e27a45f62ad9ca1ba67f7d3a36
Reviewed-on: https://chromium-review.googlesource.com/1146757Reviewed-by: default avatarScott Chen <scottchen@chromium.org>
Commit-Queue: Thomas Tangl <tangltom@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577473}
parent f2b320f2
...@@ -387,6 +387,17 @@ ...@@ -387,6 +387,17 @@
</paper-icon-button-light> </paper-icon-button-light>
</a> </a>
<a class$="inherit-color no-outline
[[getListItemClass_(unifiedConsentEnabled)]]" tabindex="-1"
target="_blank" href="$i18n{syncDashboardUrl}">
<div class="start">
$i18n{manageSyncedDataTitle}
</div>
<paper-icon-button-light actionable class="icon-external">
<button aria-label="$i18n{manageSyncedDataTitle}"></button>
</paper-icon-button-light>
</a>
<div id="encryptionDescription" <div id="encryptionDescription"
hidden="[[syncPrefs.passphraseRequired]]" hidden="[[syncPrefs.passphraseRequired]]"
class$="two-line single-column class$="two-line single-column
...@@ -452,17 +463,6 @@ ...@@ -452,17 +463,6 @@
</div> </div>
</template> </template>
<a class$="inherit-color no-outline
[[getListItemClass_(unifiedConsentEnabled)]]" tabindex="-1"
target="_blank" href="$i18n{syncDashboardUrl}">
<div class="start">
$i18n{manageSyncedDataTitle}
</div>
<paper-icon-button-light actionable class="icon-external">
<button aria-label="$i18n{manageSyncedDataTitle}"></button>
</paper-icon-button-light>
</a>
</div> </div>
</div> </div>
</iron-collapse> </iron-collapse>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment