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

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: 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..a6bf832a838fa62420750e5fbf118577f946a231 100644
--- a/chrome/browser/resources/settings/site_settings/add_site_dialog.html
+++ b/chrome/browser/resources/settings/site_settings/add_site_dialog.html
@@ -21,7 +21,7 @@
value="{{site_}}" on-input="validate_"></paper-input>
</div>
<div class="button-container">
- <paper-button class="cancel-button" dialog-dismiss>
+ <paper-button class="cancel-button" on-tap="onCancelTap_">
$i18n{cancel}
Dan Beam 2016/07/29 21:55:41 indent off
dpapad 2016/07/29 22:02:11 Done.
</paper-button>
<paper-button class="action-button" id="add"
« 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