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

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: Fix for displaying extension count in the title of extension settings page. 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
« no previous file with comments | « AUTHORS ('k') | chrome/browser/resources/options/extension_settings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..f64dd308e2a78e787981a1180ef377e1b95b2bc0 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"
+ hidden="true"></h1>
+ <div id="dev-toggle" hidden="true">
<input id="toggle-dev-on" type="checkbox" value="off"></input>
<label for="toggle-dev-on" i18n-content="extensionSettingsDeveloperMode" />
</div>
« no previous file with comments | « AUTHORS ('k') | chrome/browser/resources/options/extension_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698