Index: chrome/browser/resources/suggestions_internals/suggestions_internals.html |
diff --git a/chrome/browser/resources/suggestions_internals/suggestions_internals.html b/chrome/browser/resources/suggestions_internals/suggestions_internals.html |
deleted file mode 100644 |
index 8ed75ca00571cb9f8c0a5486e06d71b63ce8e26c..0000000000000000000000000000000000000000 |
--- a/chrome/browser/resources/suggestions_internals/suggestions_internals.html |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-<!doctype html> |
-<html> |
-<head> |
- <meta charset="utf-8"> |
- <title>Suggestions Internals</title> |
- <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
- <link rel="stylesheet" href="suggestions_internals.css"> |
- <script src="chrome://resources/js/cr.js"></script> |
- <script src="chrome://resources/js/util.js"></script> |
- <script src="suggestions_internals.js"></script> |
-</head> |
-<body> |
- <div class="input-section"> |
- <form id="suggestions-form" action=""> |
- <p> |
- <input id="refresh-data" type="submit" value="Refresh data"> |
- </p> |
- <p> |
- <input id="show-discarded" type="checkbox"> |
- <label for="show-discarded">Show discarded items</label> |
- </p> |
- </form> |
- </div> |
- <div id="suggestions-debug-text"></div> |
-</body> |
-</html> |