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

Unified Diff: chrome/common/extensions/docs/examples/api/history/showHistoryFilter/historyFilterUrls.html

Issue 25389003: [DocServer] Updated Top Sites Sample Extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added new icon Created 7 years, 2 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/common/extensions/docs/examples/api/history/showHistoryFilter/historyFilterUrls.html
diff --git a/chrome/common/extensions/docs/examples/api/history/showHistoryFilter/historyFilterUrls.html b/chrome/common/extensions/docs/examples/api/history/showHistoryFilter/historyFilterUrls.html
deleted file mode 100644
index 2eb707e29cb32d565b47e15c2efa6e4b3e9eeaf9..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/examples/api/history/showHistoryFilter/historyFilterUrls.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE HTML>
-<html>
- <head>
- <title>Most popular urls that you used during this hour in the last two months.</title>
- <style>
- body {min-width: 250px;}
- </style>
- <script src='historyFilterUrls.js'></script>
- </head>
- <body>
- <h2>Most used urls:</h2>
- <div id="filteredUrl_div"></div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698