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

Unified Diff: chrome/browser/resources/options/extension_settings.html

Issue 7932021: Displaying the extensions count in extensions settings page. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 3 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/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>

Powered by Google App Engine
This is Rietveld 408576698