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

Unified Diff: chrome/test/data/extensions/api_test/window_open/spanning/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/window_open/spanning/manifest.json
diff --git a/chrome/test/data/extensions/api_test/window_open/spanning/manifest.json b/chrome/test/data/extensions/api_test/window_open/spanning/manifest.json
index a13f2aeea713d0d6d133a504ec04943cbfb5a8cb..fe49d284c854f9a77e316a469529f682913c1c95 100644
--- a/chrome/test/data/extensions/api_test/window_open/spanning/manifest.json
+++ b/chrome/test/data/extensions/api_test/window_open/spanning/manifest.json
@@ -2,7 +2,7 @@
"name": "window.open test - spanning",
"version": "1",
"manifest_version": 2,
- "permissions": ["experimental", "tabs"],
+ "permissions": ["infobars", "tabs"],
"background": {
"scripts": ["background.js"]
}

Powered by Google App Engine
This is Rietveld 408576698