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

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

Issue 7104121: Add (uneditable) display of extension keywords to the search engine manager. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Swap out for iterator Created 9 years, 5 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/search_engine_manager.html
diff --git a/chrome/browser/resources/options/search_engine_manager.html b/chrome/browser/resources/options/search_engine_manager.html
index 51a9e30bf9c20e897fd3fd5482c7fdec933138b0..72f93ca12c173bfa728adf875645ad53283e0906 100644
--- a/chrome/browser/resources/options/search_engine_manager.html
+++ b/chrome/browser/resources/options/search_engine_manager.html
@@ -5,5 +5,11 @@
class="search-engine-list settings-list"></list>
<h3 i18n-content="otherSearchEngineListTitle"></h3>
<list id="otherSearchEngineList"
- class=" search-engine-list settings-list"></list>
+ class="search-engine-list settings-list"></list>
+ <h3 i18n-content="extensionKeywordsListTitle" id="extensionKeywordListTitle"></h3>
James Hawkins 2011/07/11 04:04:33 80 cols
James Hawkins 2011/07/11 04:04:33 IDs are dash-form, though I see now that this file
Greg Billock 2011/07/11 21:24:25 Done.
Greg Billock 2011/07/11 21:24:25 I can do that, but perhaps in another cl.
+ <list id="extensionKeywordList"
+ class="search-engine-list settings-list"></list>
+ <div id="manageExtensionLink">
+ <a href="chrome://extensions/" i18n-content="manageExtensionsLinkText"></a>
+ </div>
</div>

Powered by Google App Engine
This is Rietveld 408576698