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

Unified Diff: chrome/browser/resources/settings/site_settings/add_site_dialog.html

Issue 2197723003: MD Settings: Fix canceling of "Add site exception" dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit. Created 4 years, 5 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 | chrome/browser/resources/settings/site_settings/add_site_dialog.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings/add_site_dialog.html
diff --git a/chrome/browser/resources/settings/site_settings/add_site_dialog.html b/chrome/browser/resources/settings/site_settings/add_site_dialog.html
index fbe9d6fc6967e5db8b1ab5ec29721455816da6cd..ecc4b983f737259a8472608b1994ed73cd7673f6 100644
--- a/chrome/browser/resources/settings/site_settings/add_site_dialog.html
+++ b/chrome/browser/resources/settings/site_settings/add_site_dialog.html
@@ -21,8 +21,8 @@
value="{{site_}}" on-input="validate_"></paper-input>
</div>
<div class="button-container">
- <paper-button class="cancel-button" dialog-dismiss>
- $i18n{cancel}
+ <paper-button class="cancel-button" on-tap="onCancelTap_">
+ $i18n{cancel}
</paper-button>
<paper-button class="action-button" id="add"
on-tap="onSubmit_" disabled>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/add_site_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698