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

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

Issue 14267024: Devserver: have a separate ObjectStore namespace (both memcache and datastore) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove _CheckVersions Created 7 years, 8 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/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

Powered by Google App Engine
This is Rietveld 408576698