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

Unified Diff: ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html

Issue 2118503005: [MD settings] disable clear browsing data while it is running (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: checking after page refresh Created 4 years, 6 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: ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
diff --git a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
index 82057a43d1b544fe1b3737545093ff793e4f57f6..a818f166caebe1d8d6695b12b64148bc4981df3f 100644
--- a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
+++ b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
@@ -93,7 +93,8 @@
</style>
<div class="title-container">
<content select=".title"></content>
- <paper-icon-button icon="cr:clear" on-tap="cancel" id="close">
+ <paper-icon-button disabled$="[[closeDisabled]]" icon="cr:clear"
Dan Beam 2016/07/01 01:03:21 don't we really want to disable submitting?
dschuyler 2016/07/02 01:49:24 Done.
+ on-tap="cancel" id="close">
</paper-icon-button>
</div>
<div class="body-container">

Powered by Google App Engine
This is Rietveld 408576698