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

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

Issue 8353022: [web-ui settings] Fixes and improvements for settings page searching. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Rebase for commit queue Created 9 years, 2 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
===================================================================
--- chrome/browser/resources/options/extension_settings.html (revision 107010)
+++ chrome/browser/resources/options/extension_settings.html (working copy)
@@ -1,5 +1,5 @@
<div id="extension-settings" class="page" hidden>
- <h1 i18n-content="extensionSettingsTitle"></h1>
+ <h1 i18n-content="extensionSettings"></h1>
<div id="dev-toggle">
<input id="toggle-dev-on" type="checkbox" value="off"></input>
<label for="toggle-dev-on" i18n-content="extensionSettingsDeveloperMode" />
« no previous file with comments | « chrome/browser/resources/options/extension_list.js ('k') | chrome/browser/resources/options/extension_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698