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

Unified Diff: chrome/common/extensions/docs/server2/github_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/github_file_system.py
diff --git a/chrome/common/extensions/docs/server2/github_file_system.py b/chrome/common/extensions/docs/server2/github_file_system.py
index eaa08ab89a34b3a55c9c8d9ce6d14d585b111276..e7a379b7a324f92c90b6c0811196b74c94958544 100644
--- a/chrome/common/extensions/docs/server2/github_file_system.py
+++ b/chrome/common/extensions/docs/server2/github_file_system.py
@@ -200,5 +200,5 @@ class GithubFileSystem(FileSystem):
'was %s, content %s') % (e, result.status_code, result.content))
return self._DefaultStat(path)
- def GetIdentity(self):
+ def GetStableIdentity(self):
return '%s@%s' % (self.__class__.__name__, StringIdentity(self._url))

Powered by Google App Engine
This is Rietveld 408576698