| Index: chrome/browser/resources/options2/handler_options.html
|
| ===================================================================
|
| --- chrome/browser/resources/options2/handler_options.html (revision 114238)
|
| +++ chrome/browser/resources/options2/handler_options.html (working copy)
|
| @@ -1,28 +0,0 @@
|
| -<div id="handler-options" class="page" hidden>
|
| - <h1 i18n-content="handlersPage"></h1>
|
| - <h3 i18n-content="handlers_active_heading"></h3>
|
| - <div class="handlers-column-headers">
|
| - <div class="handlers-type-column">
|
| - <div i18n-content="handlers_type_column_header"></div>
|
| - </div>
|
| - <div class="handlers-site-column">
|
| - <div i18n-content="handlers_site_column_header"></div>
|
| - </div>
|
| - <div class="handlers-remove-column"></div>
|
| - </div>
|
| - <list id="handlers-list"></list>
|
| -
|
| - <div id="ignored-handlers-section">
|
| - <h3 i18n-content="handlers_ignored_heading"></h3>
|
| - <div class="handlers-column-headers">
|
| - <div class="handlers-type-column">
|
| - <h3 i18n-content="handlers_type_column_header"></h3>
|
| - </div>
|
| - <div class="handlers-site-column">
|
| - <h3 i18n-content="handlers_site_column_header"></h3>
|
| - </div>
|
| - <div class="handlers-remove-column"></div>
|
| - </div>
|
| - <list id="ignored-handlers-list"></list>
|
| - </div>
|
| -</div>
|
|
|