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

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

Issue 10834298: Remove devtools docs apps docs (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 4 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/apps/api_index.html ('k') | no next file » | 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 e1f7ef18a647ec82274719aef50c4d9cd14fdbdc..0264afdde1b90825f3cef359d033916e14ed961e 100644
--- a/chrome/common/extensions/docs/js/api_page_generator.js
+++ b/chrome/common/extensions/docs/js/api_page_generator.js
@@ -550,7 +550,8 @@ function listChromeAPIs(includeExperimental) {
"experimental.devtools.audits", "experimental.devtools.console",
"experimental.discovery", "experimental.infobars",
"experimental.keybinding", "experimental.offscreenTabs",
- "experimental.processes", "experimental.speechInput"
+ "experimental.processes", "experimental.speechInput",
+ "devtools.inspectedWindow", "devtools.panels", "devtools.network"
].indexOf(item) == -1;
});
}
« no previous file with comments | « chrome/common/extensions/docs/apps/api_index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698