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

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: Changes according to code reviews 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 ad3cede1b95beb872b534828bfefc10228273830..2346190dc077d99292df821952ee21009ab27d4b 100644
--- a/chrome/browser/resources/options2/browser_options.html
+++ b/chrome/browser/resources/options2/browser_options.html
@@ -311,6 +311,13 @@
i18n-content="managePasswords"
pref="profile.password_manager_enabled"></button>
</div>
+ <div class="checkbox" id="passwordGenerationCheckbox">
Ilya Sherman 2012/05/04 06:04:50 nit: Ids should use hyphenated-name-casing
zysxqn 2012/05/04 18:52:54 Done.
+ <label>
+ <input id="passwordGenerationEnabled" pref="password_generation.enabled"
Ilya Sherman 2012/05/04 06:04:50 nit: Ditto, though in this case perhaps we can rem
zysxqn 2012/05/04 18:52:54 Done.
+ metric="Options_PasswordGenerationCheckbox" type="checkbox">
+ <span 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