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

Side by Side 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, 10 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Activity Log Test Extension", 2 "name": "Activity Log Test Extension",
3 "version": "0.1", 3 "version": "0.1",
4 "description": "Testing the Activity Log", 4 "description": "Testing the Activity Log",
5 "permissions": [ "cookies", "tabs", "http://*/*", "https://*/*" ], 5 "permissions": [ "cookies", "tabs", "webRequest", "webRequestBlocking",
6 "http://*/*", "https://*/*" ],
6 "options_page": "options.html", 7 "options_page": "options.html",
7 "manifest_version": 2 8 "manifest_version": 2
8 } 9 }
OLDNEW
« 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