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

Unified Diff: chrome/common/extensions/api/infobars.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/api/infobars.json
diff --git a/chrome/common/extensions/api/experimental_infobars.json b/chrome/common/extensions/api/infobars.json
similarity index 97%
rename from chrome/common/extensions/api/experimental_infobars.json
rename to chrome/common/extensions/api/infobars.json
index ec3cfdd2b3adb061c6390ee2e911ced64afc0789..13cc6f629a442f31840bac508bab1211ff6689b6 100644
--- a/chrome/common/extensions/api/experimental_infobars.json
+++ b/chrome/common/extensions/api/infobars.json
@@ -4,7 +4,7 @@
[
{
- "namespace": "experimental.infobars",
+ "namespace": "infobars",
"description": "Use the <code>chrome.infobars</code> API to add a horizontal panel just above a tab's contents. See the screenshot below.",
"compiler_options": {
"implemented_in": "chrome/browser/infobars/infobar_extension_api.h"

Powered by Google App Engine
This is Rietveld 408576698