| 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);
|
|
|