| Index: chrome/browser/resources/options/handler_options.html
|
| diff --git a/chrome/browser/resources/options/handler_options.html b/chrome/browser/resources/options/handler_options.html
|
| deleted file mode 100644
|
| index 21284ca3bed2797197991d2c821754656320129d..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/options/handler_options.html
|
| +++ /dev/null
|
| @@ -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>
|
|
|