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

Unified Diff: chrome/test/data/extensions/samples/tabs/manifest.json

Issue 173034: Validation of extension api callback and event parameters in DEBUG (Closed)
Patch Set: build docs Created 11 years, 4 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/samples/tabs/manifest.json
diff --git a/chrome/test/data/extensions/samples/tabs/manifest.json b/chrome/test/data/extensions/samples/tabs/manifest.json
index 12c530dc14d5301ca0f6b41e2baeb0c981fd241f..4583e666b23752333dc136db973fc0073ddce7fa 100644
--- a/chrome/test/data/extensions/samples/tabs/manifest.json
+++ b/chrome/test/data/extensions/samples/tabs/manifest.json
@@ -1,5 +1,6 @@
{
"name": "TabsAPI",
"description": "Utility for working with the extension tabs api",
- "version": "0.1"
+ "version": "0.1",
+ "permissions": ["tabs"]
}

Powered by Google App Engine
This is Rietveld 408576698