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

Unified Diff: chrome/common/extensions/docs/server2/test_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: change caching strategy, better refresh cycle synchronization 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/test_file_system.py
diff --git a/chrome/common/extensions/docs/server2/test_file_system.py b/chrome/common/extensions/docs/server2/test_file_system.py
index 227b4dab09e368e36b88a0c787ae3db37c8decc5..16eda7e21a07a5336d811dedc12204e8216c5749 100644
--- a/chrome/common/extensions/docs/server2/test_file_system.py
+++ b/chrome/common/extensions/docs/server2/test_file_system.py
@@ -143,5 +143,5 @@ class TestFileSystem(FileSystem):
def IncrementStat(self, path=None, by=1):
self._stat_tracker.Increment(path, by=by)
- def GetIdentity(self):
+ def GetStableIdentity(self):
return self._identity

Powered by Google App Engine
This is Rietveld 408576698