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