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

Unified Diff: chrome/common/extensions/api/runtime.json

Issue 10310182: Hack to restrict runtime API to dev channel rather than experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: docs Created 8 years, 7 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
« no previous file with comments | « chrome/common/extensions/api/extension_api.cc ('k') | chrome/common/extensions/docs/api_index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « chrome/common/extensions/api/extension_api.cc ('k') | chrome/common/extensions/docs/api_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698