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

Unified Diff: chrome/browser/resources/options2/browser_options.html

Issue 10222017: Make password generation switched by a preference in chrome settings rather than a command line fla… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make password generation checkbox hidden by the command flag. Created 8 years, 8 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/options2/browser_options.html
diff --git a/chrome/browser/resources/options2/browser_options.html b/chrome/browser/resources/options2/browser_options.html
index 3f93824458a7befbd2e53fcb1fee588035ffaa2b..a1613891ae4af3b419e52603c87091dc94af161d 100644
--- a/chrome/browser/resources/options2/browser_options.html
+++ b/chrome/browser/resources/options2/browser_options.html
@@ -311,6 +311,14 @@
i18n-content="managePasswords"
pref="profile.password_manager_enabled"></button>
</div>
+ <div class="checkbox">
+ <label>
+ <input id="passwordGenerationEnabled" pref="password_generation.enabled"
+ metric="Options_PasswordGenerationCheckbox" type="checkbox">
Ilya Sherman 2012/05/01 22:27:48 Please run src/chrome/tools/extract_actions.py and
zysxqn 2012/05/03 00:57:24 Done.
+ <span id="passwordGenerationEnabledDesc"
+ i18n-content="passwordGenerationEnabledDescription"></span>
+ </label>
+ </div>
<if expr="is_macosx">
<div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden>
</div>

Powered by Google App Engine
This is Rietveld 408576698