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

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

Issue 660383002: Docserver: Persist stat cache for versioned file systems (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/offline_file_system.py
diff --git a/chrome/common/extensions/docs/server2/offline_file_system.py b/chrome/common/extensions/docs/server2/offline_file_system.py
index 4a5e7eca8ab530bddcb8bd23d76d0ab2cb9ecc33..ca74cc6bd7f13963417b5e46f9a9635cc2ae4df7 100644
--- a/chrome/common/extensions/docs/server2/offline_file_system.py
+++ b/chrome/common/extensions/docs/server2/offline_file_system.py
@@ -24,3 +24,6 @@ class OfflineFileSystem(FileSystem):
def GetIdentity(self):
return self._fs.GetIdentity()
+
+ def GetVersion(self):
+ return self._fs.GetVersion()
« no previous file with comments | « chrome/common/extensions/docs/server2/mock_file_system.py ('k') | chrome/common/extensions/docs/server2/queue.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698