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

Unified Diff: chrome/common/extensions/docs/server2/fail_on_access_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/fail_on_access_file_system.py
diff --git a/chrome/common/extensions/docs/server2/fail_on_access_file_system.py b/chrome/common/extensions/docs/server2/fail_on_access_file_system.py
index 4cf3e1be26c4a0af69e1630b6085edff151def94..de44d8ce6c49a3d89332654be948e362ca5e6f6a 100644
--- a/chrome/common/extensions/docs/server2/fail_on_access_file_system.py
+++ b/chrome/common/extensions/docs/server2/fail_on_access_file_system.py
@@ -7,5 +7,5 @@ from file_system import FileSystem
class FailOnAccessFileSystem(FileSystem):
# All this needs to do is implement GetIdentity. All other methods will
# automatically fail with NotImplementedErrors.
- def GetIdentity(self):
+ def GetStableIdentity(self):
return '42'

Powered by Google App Engine
This is Rietveld 408576698