| 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.
|
| '''
|
|
|