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

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

Issue 385703005: Docserver: Modify doc inlining so all relevant data is present in availability_finder.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final nit Created 6 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
Index: chrome/common/extensions/docs/server2/compiled_file_system.py
diff --git a/chrome/common/extensions/docs/server2/compiled_file_system.py b/chrome/common/extensions/docs/server2/compiled_file_system.py
index e9b43ebace900da61e7325026c1df5e984d35402..b086b2433bd42088d1a4db2c9359e5cbf3b2a759 100644
--- a/chrome/common/extensions/docs/server2/compiled_file_system.py
+++ b/chrome/common/extensions/docs/server2/compiled_file_system.py
@@ -106,17 +106,6 @@ class CompiledFileSystem(object):
category='json')
@memoize
- def ForAPISchema(self, file_system):
- '''Creates a CompiledFileSystem for parsing raw JSON or IDL API schema
- data and formatting it so that it can be used by other classes, such
- as Model and APISchemaGraph.
- '''
- return self.Create(file_system,
- SingleFile(Unicode(schema_util.ProcessSchema)),
- CompiledFileSystem,
- category='api-schema')
-
- @memoize
def ForTemplates(self, file_system):
'''Creates a CompiledFileSystem for parsing templates.
'''
« no previous file with comments | « chrome/common/extensions/docs/server2/availability_finder_test.py ('k') | chrome/common/extensions/docs/server2/cron.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698