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

Unified Diff: chrome/browser/resources/suggestions_internals/suggestions_internals.html

Issue 1141843004: NTP Zombie Code Slayer II: Suggestions Page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: and remove urls Created 5 years, 7 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/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>

Powered by Google App Engine
This is Rietveld 408576698