 Chromium Code Reviews
 Chromium Code Reviews Issue 26538009:
  Docserver: make file_system a property of Create  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 26538009:
  Docserver: make file_system a property of Create  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: chrome/common/extensions/docs/server2/caching_file_system.py | 
| diff --git a/chrome/common/extensions/docs/server2/caching_file_system.py b/chrome/common/extensions/docs/server2/caching_file_system.py | 
| index 3d88e5ac8206cdb93fbeae6150013e9dcc65494d..c9639bc9ba66b66461a6ce8a7d74ac1b45c1e852 100644 | 
| --- a/chrome/common/extensions/docs/server2/caching_file_system.py | 
| +++ b/chrome/common/extensions/docs/server2/caching_file_system.py | 
| @@ -123,5 +123,8 @@ class CachingFileSystem(FileSystem): | 
| self, | 
| read_object_store)) | 
| + def GetDebugString(self): | 
| + return ' of %s' % self._file_system | 
| 
Jeffrey Yasskin
2013/10/14 18:52:31
Is there something missing before ' of'? If not, p
 
not at google - send to devlin
2013/10/14 21:03:34
GetDebugString is weird in that FileSystem impleme
 | 
| + | 
| def GetIdentity(self): | 
| return self._file_system.GetIdentity() |