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

Unified Diff: chrome/browser/resources/md_user_manager/error_dialog.js

Issue 2957943003: MD User manager: Migrate from PaperDialogBehavior to cr-dialog. (Closed)
Patch Set: Restore color. Created 3 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: chrome/browser/resources/md_user_manager/error_dialog.js
diff --git a/chrome/browser/resources/md_user_manager/error_dialog.js b/chrome/browser/resources/md_user_manager/error_dialog.js
index 70d8acd9e2728d3c9a99c652db30bb1cca2c30b9..0b15eb7f4e5a2778b4ebbab9ba829a250c889465 100644
--- a/chrome/browser/resources/md_user_manager/error_dialog.js
+++ b/chrome/browser/resources/md_user_manager/error_dialog.js
@@ -24,7 +24,7 @@ Polymer({
*/
show: function(message) {
this.message_ = message;
- this.$.dialog.open();
+ this.$.dialog.showModal();
}
});
})();

Powered by Google App Engine
This is Rietveld 408576698