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

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

Issue 2738063008: WebUI: Polymer config tweaks for better performance. (Closed)
Patch Set: Rebase + comment. Created 3 years, 9 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
Index: chrome/browser/resources/settings/privacy_page/privacy_page.html
diff --git a/chrome/browser/resources/settings/privacy_page/privacy_page.html b/chrome/browser/resources/settings/privacy_page/privacy_page.html
index 7f180b0ed891746e2d5e1f4d5cbab7bfc160ceea..01632dab8574d20b7cf0913a503483c0d81a78c1 100644
--- a/chrome/browser/resources/settings/privacy_page/privacy_page.html
+++ b/chrome/browser/resources/settings/privacy_page/privacy_page.html
@@ -111,7 +111,7 @@
</if><!-- _google_chrome -->
<div class="settings-box">
<template id="doNotTrackDialogIf" is="dom-if"
- if="[[showDoNotTrackDialog_]]">
+ if="[[showDoNotTrackDialog_]]" notify-dom-change>
Dan Beam 2017/03/15 19:49:31 stevenjb
<dialog is="cr-dialog" id="confirmDoNotTrackDialog"
close-text="$i18n{close}" on-cancel="onDoNotTrackDialogCancel_">
<div class="title">$i18n{doNotTrackDialogTitle}</div>
« no previous file with comments | « chrome/browser/resources/md_history/synced_device_card.html ('k') | ui/webui/resources/js/polymer_config.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698