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

Unified Diff: chrome/common/extensions/docs/js/api_page_generator.js

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/docs/experimental.runtime.html ('k') | chrome/common/extensions/docs/runtime.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/js/api_page_generator.js
diff --git a/chrome/common/extensions/docs/js/api_page_generator.js b/chrome/common/extensions/docs/js/api_page_generator.js
index b6a4de92b4bc45a4e37308cbb14b6870f6ab3ba3..4556f7c27f6b30e9eba02774d7efbc04b8ae006b 100644
--- a/chrome/common/extensions/docs/js/api_page_generator.js
+++ b/chrome/common/extensions/docs/js/api_page_generator.js
@@ -47,7 +47,6 @@ var MODULE_SCHEMAS = [
'../api/experimental_offscreen_tabs.json',
'../api/experimental_processes.json',
'../api/experimental_rlz.json',
- '../api/experimental_runtime.json',
'../api/experimental_speech_input.json',
'../api/extension.json',
'../api/file_browser_handler.json',
@@ -68,6 +67,7 @@ var MODULE_SCHEMAS = [
'../api/permissions.json',
'../api/privacy.json',
'../api/proxy.json',
+ '../api/runtime.json',
'../api/storage.json',
'../api/system_private.json',
'../api/tabs.json',
« no previous file with comments | « chrome/common/extensions/docs/experimental.runtime.html ('k') | chrome/common/extensions/docs/runtime.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698