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

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

Issue 10440097: Move socket API from experimental to dev channel and remove some dead code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update Created 8 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
« no previous file with comments | « chrome/common/extensions/docs/extensions/socket.html ('k') | chrome/common/extensions/docs/samples.json » ('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 6f19189d90a9ff036f1aca7c42adb055cb587496..13156931f366e15d1c640e0d46cb4bfe9c6fea69 100644
--- a/chrome/common/extensions/docs/js/api_page_generator.js
+++ b/chrome/common/extensions/docs/js/api_page_generator.js
@@ -51,7 +51,6 @@ var MODULE_SCHEMAS = [
'../../api/experimental_rlz.json',
'../../api/experimental_serial.json', // autogenerated
'../../api/experimental_speech_input.json',
- '../../api/experimental_socket.json', // autogenerated
'../../api/experimental_usb.json', // autogenerated
'../../api/extension.json',
'../../api/file_browser_handler.json',
@@ -77,6 +76,7 @@ var MODULE_SCHEMAS = [
'../../api/proxy.json',
'../../api/runtime.json',
'../../api/script_badge.json',
+ '../../api/socket.json', // autogenerated
'../../api/storage.json',
'../../api/system_private.json',
'../../api/tabs.json',
« no previous file with comments | « chrome/common/extensions/docs/extensions/socket.html ('k') | chrome/common/extensions/docs/samples.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698