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

Unified Diff: chrome/browser/resources/settings/people_page/people_page.html

Issue 2235323002: MD Settings: Fix advanced sync page reload. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/people_page/people_page.html
diff --git a/chrome/browser/resources/settings/people_page/people_page.html b/chrome/browser/resources/settings/people_page/people_page.html
index 13b2f0a167460beee9f9b2e587217266ba58a8fa..4d961520476e7cfbcbbc025472bbdc9a06260cd2 100644
--- a/chrome/browser/resources/settings/people_page/people_page.html
+++ b/chrome/browser/resources/settings/people_page/people_page.html
@@ -239,14 +239,14 @@
</div>
</template>
</neon-animatable>
- <template is="dom-if" if="[[isAdvancedSyncSettingsVisible_(syncStatus)]]">
- <template is="dom-if" name="sync">
- <settings-subpage
- associated-control="[[$$('#customize-sync')]]"
- page-title="$i18n{syncPageTitle}">
- <settings-sync-page></settings-sync-page>
- </settings-subpage>
- </template>
+ <template is="dom-if" name="sync"
+ no-search$="[[!isAdvancedSyncSettingsVisible_(syncStatus)]]">
+ <settings-subpage
+ associated-control="[[$$('#customize-sync')]]"
+ page-title="$i18n{syncPageTitle}"
+ no-search$="[[!isAdvancedSyncSettingsVisible_(syncStatus)]]">
+ <settings-sync-page></settings-sync-page>
+ </settings-subpage>
</template>
<if expr="chromeos">
<template is="dom-if" if="[[quickUnlockEnabled_]]">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698