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> |