Index: chrome/common/extensions/docs/examples/api/history/showTimeFilter/timeFilterUrls.html |
diff --git a/chrome/common/extensions/docs/examples/api/history/showTimeFilter/timeFilterUrls.html b/chrome/common/extensions/docs/examples/api/history/showTimeFilter/timeFilterUrls.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..12bc4336df078b3eee50358106d7c48123ff6fdc |
--- /dev/null |
+++ b/chrome/common/extensions/docs/examples/api/history/showTimeFilter/timeFilterUrls.html |
@@ -0,0 +1,15 @@ |
+<!DOCTYPE HTML> |
+<html> |
+ <head> |
+ <title>URLs that you used during that time in the last two months.</title> |
+ <style> |
+ body {min-width: 250px;} |
+ </style> |
+ <script src='timeFilterUrls.js'></script> |
+ </head> |
+ |
+ <body> |
+ <h2>Most used urls:</h2> |
+ <div id="filteredUrl_div"></div> |
+ </body> |
+</html> |