Chromium Code Reviews| Index: chrome/browser/resources/options/extension_settings.html |
| diff --git a/chrome/browser/resources/options/extension_settings.html b/chrome/browser/resources/options/extension_settings.html |
| index 741fd18ef44fb51ccd883d34b84c061047c20c7d..872172e74a83c84a496514e87e0991185856ff5d 100644 |
| --- a/chrome/browser/resources/options/extension_settings.html |
| +++ b/chrome/browser/resources/options/extension_settings.html |
| @@ -1,6 +1,7 @@ |
| <div id="extension-settings" class="page" hidden> |
| - <h1 i18n-content="extensionSettingsTitle"></h1> |
| - <div id="dev-toggle"> |
| + <h1 id="extension-settings-header" i18n-content="extensionSettingsTitle" |
| + style="visibility:hidden"></h1> |
|
Finnur
2011/09/19 13:49:56
prefer: hidden="true" over the style attribute (as
|
| + <div id="dev-toggle" style="visibility:hidden"> |
|
Finnur
2011/09/19 13:49:56
Why is this needed? Is this so it doesn't appear a
naveenbobbili
2011/09/19 14:43:18
Yes this comes in the same line as the title. So i
|
| <input id="toggle-dev-on" type="checkbox" value="off"></input> |
| <label for="toggle-dev-on" i18n-content="extensionSettingsDeveloperMode" /> |
| </div> |