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

Unified 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698