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

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

Issue 26538009: Docserver: make file_system a property of Create (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Done Created 7 years, 2 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/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()

Powered by Google App Engine
This is Rietveld 408576698