| Index: chrome/browser/resources/options/browser_options.js
|
| diff --git a/chrome/browser/resources/options/browser_options.js b/chrome/browser/resources/options/browser_options.js
|
| index d938e469aa6e2ba438bb1ed16df8f11a018424c9..963f41bd24a645e6ab479f1ff4218abd8a14f102 100644
|
| --- a/chrome/browser/resources/options/browser_options.js
|
| +++ b/chrome/browser/resources/options/browser_options.js
|
| @@ -1042,6 +1042,9 @@ cr.define('options', function() {
|
| updateEasyUnlock_: function(hasPairing) {
|
| $('easy-unlock-setup').hidden = hasPairing;
|
| $('easy-unlock-enable').hidden = !hasPairing;
|
| + if (!hasPairing && EasyUnlockTurnOffOverlay.getInstance().visible) {
|
| + EasyUnlockTurnOffOverlay.dismiss();
|
| + }
|
| },
|
|
|
| /**
|
|
|