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

Unified Diff: chrome/test/data/extensions/activity_log/manifest.json

Issue 11946028: Record event activity to the extension activity log. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rename ActivityLog::IsLoggingEnabled Created 7 years, 11 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/test/data/extensions/activity_log/manifest.json
diff --git a/chrome/test/data/extensions/activity_log/manifest.json b/chrome/test/data/extensions/activity_log/manifest.json
index 7661c135f81f4616cb61588b640d1380af12a8ad..aae3005c4c6850d3613c4ddd21fef1b4d3938ecd 100644
--- a/chrome/test/data/extensions/activity_log/manifest.json
+++ b/chrome/test/data/extensions/activity_log/manifest.json
@@ -2,7 +2,8 @@
"name": "Activity Log Test Extension",
"version": "0.1",
"description": "Testing the Activity Log",
- "permissions": [ "cookies", "tabs", "http://*/*", "https://*/*" ],
+ "permissions": [ "cookies", "tabs", "webRequest", "webRequestBlocking",
+ "http://*/*", "https://*/*" ],
"options_page": "options.html",
"manifest_version": 2
}
« no previous file with comments | « chrome/browser/ui/webui/extensions/extension_activity_ui.cc ('k') | chrome/test/data/extensions/activity_log/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698