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

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

Issue 9814030: get rid of old options pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 9 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 <h3 i18n-content="handlers_active_heading"></h3>
4 <div class="handlers-column-headers">
5 <div class="handlers-type-column">
6 <div i18n-content="handlers_type_column_header"></div>
7 </div>
8 <div class="handlers-site-column">
9 <div i18n-content="handlers_site_column_header"></div>
10 </div>
11 <div class="handlers-remove-column"></div>
12 </div>
13 <list id="handlers-list"></list>
14
15 <div id="ignored-handlers-section">
16 <h3 i18n-content="handlers_ignored_heading"></h3>
17 <div class="handlers-column-headers">
18 <div class="handlers-type-column">
19 <h3 i18n-content="handlers_type_column_header"></h3>
20 </div>
21 <div class="handlers-site-column">
22 <h3 i18n-content="handlers_site_column_header"></h3>
23 </div>
24 <div class="handlers-remove-column"></div>
25 </div>
26 <list id="ignored-handlers-list"></list>
27 </div>
28 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698