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

Unified Diff: chrome/common/extensions/docs/examples/api/infobars/sandwichbar/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/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json b/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json
index 71af8806bb22a448fc39b630c0c15d86aab5b9e3..f14c8ad5006b0101b616307304e432f35585190a 100644
--- a/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/manifest.json
@@ -5,7 +5,7 @@
"background" : {
"scripts": ["background.js"]
},
- "permissions" : [ "experimental" ],
+ "permissions" : [ "infobars" ],
"icons" : {
"16" : "sandwich-16.png",
"48" : "sandwich-48.png",

Powered by Google App Engine
This is Rietveld 408576698