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

Side by Side Diff: chrome/browser/resources/options/handler_options.html

Issue 7033018: Handler settings page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove in_unit_test_ Created 9 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <div id="handler-options" class="page hidden">
2 <h1 i18n-content="handlersPage"></h1>
3 <div id="handlers-column-headers">
4 <div class="handlers-type-column">
5 <h3 i18n-content="handlers_type_column_header"></h3>
6 </div>
7 <div class="handlers-site-column">
8 <h3 i18n-content="handlers_site_column_header"></h3>
9 </div>
10 <div class="handlers-remove-column"></div>
11 </div>
12 <list id="handlers-list"></list>
13 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/handler_options.css ('k') | chrome/browser/resources/options/handler_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698