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

Unified Diff: chrome/browser/resources/enhanced_bookmark_manager/manifest.json

Issue 200063003: Remove enhanced bookmarks extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/enhanced_bookmark_manager/manifest.json
diff --git a/chrome/browser/resources/enhanced_bookmark_manager/manifest.json b/chrome/browser/resources/enhanced_bookmark_manager/manifest.json
deleted file mode 100644
index ea3be85ea51799c3e43adc21ebeb5f4b8d9a4cd7..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/enhanced_bookmark_manager/manifest.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDbKcYW5FseOsgJb3ZRtiVnkPMKHb7Tx3C225a2MWyLfdsSqyFTh8A7QuC5UyByn9nZzs0bv/EpZ0JTvpVxEMrtT0w3LaAbdlkCjvRwGbFN8pJLDsxKT0itcibgia87rISxN1Pmpkwp6cvMhwfYNrrSP7v/7XGSUCLzqgDv0nB1oQIDAQAB",
- "name": "Enhanced Bookmark Manager",
- "version": "0.1",
- "manifest_version": 2,
- "description": "Enhanced Bookmark Manager",
- "icons": {
- // The favicon is loaded directly from resources.pak.
- },
- "incognito" : "split",
- "permissions": [
- "bookmarks",
- "bookmarkManagerPrivate",
- "metricsPrivate",
- "systemPrivate",
- "tabs",
- "chrome://favicon/",
- "chrome://resources/"
- ],
- "chrome_url_overrides": {
- "enhanced-bookmarks": "main.html"
- },
- "content_security_policy":
- "object-src 'none'; script-src chrome://resources 'self'"
-}
« no previous file with comments | « chrome/browser/resources/enhanced_bookmark_manager/main.html ('k') | chrome/browser/ui/browser_navigator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698