Chromium Code Reviews| 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..2e8800167370bc22c2181f71e415439ad3c61dbf 100644 |
| --- a/chrome/browser/resources/options2/browser_options.html |
| +++ b/chrome/browser/resources/options2/browser_options.html |
| @@ -237,6 +237,13 @@ |
| <span i18n-content="safeBrowsingEnableProtection"></span> |
| </label> |
| </div> |
| + <div class="checkbox"> |
|
Garrett Casto
2012/04/26 23:23:59
This should be under "Passwords and forms" not "Pr
zysxqn
2012/04/27 18:38:34
Done.
|
| + <label> |
| + <input id="passwordGenerationEnabled" pref="password_generation.enabled" |
| + metric="Options_PasswordGenerationCheckbox" type="checkbox"> |
| + <span i18n-content="passwordGenerationEnabledDescription"></span> |
| + </label> |
| + </div> |
| <if expr="pp_ifdef('_google_chrome')"> |
| <div class="checkbox"> |
| <label id="spelling-label"> |