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

Unified Diff: chrome/common/extensions/docs/server2/converter.py

Issue 10836213: Extensions Docs Server: devtools.* APIs should not be in the apps api_index.html (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | « no previous file | chrome/common/extensions/docs/server2/templates/public/apps/devtools_inspectedWindow.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/server2/converter.py
diff --git a/chrome/common/extensions/docs/server2/converter.py b/chrome/common/extensions/docs/server2/converter.py
index cd2e0eb0f40528782f44fa22af1970e2f4361a82..75037280752c0508192e91c86ace5a53303df3d2 100755
--- a/chrome/common/extensions/docs/server2/converter.py
+++ b/chrome/common/extensions/docs/server2/converter.py
@@ -55,6 +55,9 @@ EXTENSIONS_ONLY = [
'pageAction',
'scriptBadge',
'windows',
+ 'devtools_inspectedWindow',
+ 'devtools_network',
+ 'devtools_panels',
'experimental_devtools_audits',
'experimental_devtools_console',
'experimental_discovery',
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/templates/public/apps/devtools_inspectedWindow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698