| Index: chrome/common/extensions/docs/server2/file_system.py
|
| diff --git a/chrome/common/extensions/docs/server2/file_system.py b/chrome/common/extensions/docs/server2/file_system.py
|
| index da0bbcb051bccaa00eba0b32aa0ccb73775fb01d..c84ce9689ac982666a5d8dc3906169507d29a128 100644
|
| --- a/chrome/common/extensions/docs/server2/file_system.py
|
| +++ b/chrome/common/extensions/docs/server2/file_system.py
|
| @@ -69,10 +69,3 @@ class FileSystem(object):
|
| their caches. It is unlikely that this needs to be overridden.
|
| '''
|
| return cls.__name__
|
| -
|
| - @classmethod
|
| - def GetVersion(cls):
|
| - '''The version of the file system, exposed for caching classes backed to
|
| - file systems. It is unlikely that this needs to be overridden.
|
| - '''
|
| - return None
|
|
|