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

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

Issue 7993001: Revert 102101 - Displaying the extensions count in extensions settings page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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
« 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
===================================================================
--- chrome/browser/resources/options/extension_settings.html (revision 102266)
+++ chrome/browser/resources/options/extension_settings.html (working copy)
@@ -1,7 +1,6 @@
<div id="extension-settings" class="page" hidden>
- <h1 id="extension-settings-header" i18n-content="extensionSettingsTitle"
- hidden="true"></h1>
- <div id="dev-toggle" hidden="true">
+ <h1 i18n-content="extensionSettingsTitle"></h1>
+ <div id="dev-toggle">
<input id="toggle-dev-on" type="checkbox" value="off"></input>
<label for="toggle-dev-on" i18n-content="extensionSettingsDeveloperMode" />
</div>
Property changes on: chrome\browser\resources\options\extension_settings.html
___________________________________________________________________
Deleted: svn:mergeinfo
« 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