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

Unified Diff: chrome/browser/resources/settings/people_page/setup_fingerprint_dialog.js

Issue 2893053002: md-settings: wrap lock screen dialogs in dom-if. (Closed)
Patch Set: Fixed patch set 1 errors. Created 3 years, 7 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/people_page/setup_fingerprint_dialog.js
diff --git a/chrome/browser/resources/settings/people_page/setup_fingerprint_dialog.js b/chrome/browser/resources/settings/people_page/setup_fingerprint_dialog.js
index 2bb23ced429972494f38934139623b55bdc0d38d..74621a47275ad08429b626b409b30cf0ac3eaef1 100644
--- a/chrome/browser/resources/settings/people_page/setup_fingerprint_dialog.js
+++ b/chrome/browser/resources/settings/people_page/setup_fingerprint_dialog.js
@@ -79,12 +79,7 @@ Polymer({
this.addWebUIListener(
'on-fingerprint-scan-received', this.onScanReceived_.bind(this));
this.browserProxy_ = settings.FingerprintBrowserProxyImpl.getInstance();
- },
- /**
- * Opens the dialog.
- */
- open: function() {
this.$.arc.clearCanvas();
this.$.arc.drawBackgroundCircle();
this.$.arc.drawShadow(10, 0, 0);

Powered by Google App Engine
This is Rietveld 408576698