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

Unified Diff: chrome/common/extensions/docs/examples/api/history/showHistoryFilter/manifest.json

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/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/history/showHistoryFilter/manifest.json b/chrome/common/extensions/docs/examples/api/history/showHistoryFilter/manifest.json
deleted file mode 100644
index 5757516cd779d91df0394b8062200a5bbc6b3369..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/examples/api/history/showHistoryFilter/manifest.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Time filter for History",
- "version": "1.1",
- "description": "Reads your history, and shows top pages you visited in the time +/-1 hour in the last two months",
- "permissions": ["experimental"],
- "browser_action": {
- "default_popup": "historyFilterUrls.html",
- "default_icon": "clock.png"
- },
- "manifest_version": 2
-}

Powered by Google App Engine
This is Rietveld 408576698