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

Unified Diff: chrome/test/data/extensions/common/privacy_blacklist/manifest.json

Issue 341050: Implement loading blacklists from extensions.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: use real extension Created 11 years, 1 month 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/test/data/extensions/common/privacy_blacklist/manifest.json
diff --git a/chrome/test/data/extensions/common/privacy_blacklist/manifest.json b/chrome/test/data/extensions/common/privacy_blacklist/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..8e3b2219f2bf98b52755eb4994c6dfe98056a28e
--- /dev/null
+++ b/chrome/test/data/extensions/common/privacy_blacklist/manifest.json
@@ -0,0 +1,8 @@
+{
+ "description": "Extension which has a privacy blacklist",
+ "name": "privacy_blacklist",
+ "privacy_blacklists": [
+ "privacy_blacklist.pbl"
+ ],
+ "version": "0.1"
+}
« no previous file with comments | « chrome/common/notification_type.h ('k') | chrome/test/data/extensions/common/privacy_blacklist/privacy_blacklist.pbl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698