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

Unified Diff: chrome/test/data/extensions/api_test/infobars/manifest.json

Issue 20081002: Remove experimental permission from infobars API and moving it to dev channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added license header Created 7 years, 5 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/api_test/infobars/manifest.json
diff --git a/chrome/test/data/extensions/api_test/infobars/manifest.json b/chrome/test/data/extensions/api_test/infobars/manifest.json
index 5d20a0f75cbda86985216b3874d538de092e8ec2..f36fea565469eebcf9087786de50744fdfe1ad9a 100644
--- a/chrome/test/data/extensions/api_test/infobars/manifest.json
+++ b/chrome/test/data/extensions/api_test/infobars/manifest.json
@@ -7,5 +7,5 @@
"scripts": ["test.js"]
},
"icons": { "16": "icon.png" },
- "permissions": ["experimental", "tabs"]
+ "permissions": ["infobars", "tabs"]
}

Powered by Google App Engine
This is Rietveld 408576698