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

Unified Diff: trunk/src/components/dom_distiller/webui/resources/about_dom_distiller.html

Issue 24078017: Revert 223528 "Initial WebUI for DOM Distiller." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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: trunk/src/components/dom_distiller/webui/resources/about_dom_distiller.html
===================================================================
--- trunk/src/components/dom_distiller/webui/resources/about_dom_distiller.html (revision 223539)
+++ trunk/src/components/dom_distiller/webui/resources/about_dom_distiller.html (working copy)
@@ -1,27 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
- <meta charset="utf-8">
- <title i18n-content="domDistillerTitle"></title>
- <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
- <link rel="stylesheet" href="chrome://resources/css/overlay.css">
- <link rel="stylesheet" href="about_dom_distiller.css">
-
- <script src="chrome://resources/js/cr.js"></script>
- <script src="chrome://resources/js/util.js"></script>
- <script src="chrome://resources/js/load_time_data.js"></script>
- <script src="chrome://resources/js/cr/ui/overlay.js"></script>
- <script src="about_dom_distiller.js"></script>
- <script src="strings.js"></script>
-</head>
-<body>
- <header>
- <h1 i18n-content="domDistillerTitle"></h1>
- </header>
- <div id="entries-section">
- <div id="entries-list"></div>
- </div>
- <script src="chrome://resources/js/i18n_template2.js"></script>
- <script src="chrome://resources/js/jstemplate_compiled.js"></script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698