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

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

Issue 2236213002: Add quick unlock Settings in options page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporate comments from jdufault@ Created 4 years, 4 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/password_prompt_dialog.js
diff --git a/chrome/browser/resources/settings/people_page/password_prompt_dialog.js b/chrome/browser/resources/settings/people_page/password_prompt_dialog.js
index 944be300729a55d39fbc942c1d744a90b2e80790..c77aaed557d770aa8a36ac3a82f9bb32bda2450c 100644
--- a/chrome/browser/resources/settings/people_page/password_prompt_dialog.js
+++ b/chrome/browser/resources/settings/people_page/password_prompt_dialog.js
@@ -47,6 +47,11 @@ function checkAccountPassword_(password, onCheck) {
Polymer({
is: 'settings-password-prompt-dialog',
+ /**TODO(xiaoyinh@): Remove I18nBehavior once we don't support options. */
+ behaviors: [
+ I18nBehavior,
+ ],
+
properties: {
/**
* A wrapper around chrome.quickUnlockPrivate.setModes with the account

Powered by Google App Engine
This is Rietveld 408576698