| Index: chrome/browser/resources/settings/people_page/quick_unlock_password_detect_behavior.js
|
| diff --git a/chrome/browser/resources/settings/people_page/quick_unlock_password_detect_behavior.js b/chrome/browser/resources/settings/people_page/quick_unlock_password_detect_behavior.js
|
| deleted file mode 100644
|
| index 24e98d440547d6a26e42ecad029b0cfa6e974d06..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/settings/people_page/quick_unlock_password_detect_behavior.js
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -// Copyright 2016 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -/**
|
| - * @fileoverview
|
| - * Contains utilities for verifying the user has entered an account password.
|
| - */
|
| -
|
| -/** @polymerBehavior */
|
| -var QuickUnlockPasswordDetectBehavior = {
|
| - properties: {
|
| - setModes: Object
|
| - },
|
| -
|
| - /**
|
| - * Verifies that there is an account password available for the
|
| - * chrome.quickUnlockPrivate.setModes call. If there is no password, this will
|
| - * redirect to the authenticate screen.
|
| - */
|
| - askForPasswordIfUnset: function() {
|
| - if (!this.setModes)
|
| - settings.navigateTo(settings.Route.QUICK_UNLOCK_AUTHENTICATE);
|
| - }
|
| -};
|
|
|