Index: chrome/common/extensions/api/runtime.json |
diff --git a/chrome/common/extensions/api/experimental_runtime.json b/chrome/common/extensions/api/runtime.json |
similarity index 95% |
rename from chrome/common/extensions/api/experimental_runtime.json |
rename to chrome/common/extensions/api/runtime.json |
index ad371601c9b6d8cfa43a40bc6e8317f367591761..573f06382a8ef86e5a2b69b56e010c03339405a9 100644 |
--- a/chrome/common/extensions/api/experimental_runtime.json |
+++ b/chrome/common/extensions/api/runtime.json |
@@ -4,7 +4,8 @@ |
[ |
{ |
- "namespace": "experimental.runtime", |
+ "namespace": "runtime", |
+ "documentation_permissions_required": ["runtime"], |
"functions": [ |
{ |
"name": "getBackgroundPage", |