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

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: Removed errant /* */ 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"><h3 i18n-content="handlers_type_column_hea der"></h3></div>
5 <div class="handlers-site-column"><h3 i18n-content="handlers_site_column_hea der"></h3></div>
Evan Stade 2011/05/19 17:08:42 80
koz (OOO until 15th September) 2011/05/19 21:07:52 Done.
6 <div class="handlers-remove-column"></div>
7 </div>
8 <list id="handlers-list"></list>
9 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698