Index: chrome/common/extensions/docs/server2/subversion_file_system.py |
diff --git a/chrome/common/extensions/docs/server2/subversion_file_system.py b/chrome/common/extensions/docs/server2/subversion_file_system.py |
index 949bca9bb3a960713584a79db5941abc15e012d3..a2f0438dc32af4130f01ed31bd9c109429cb72e0 100644 |
--- a/chrome/common/extensions/docs/server2/subversion_file_system.py |
+++ b/chrome/common/extensions/docs/server2/subversion_file_system.py |
@@ -201,7 +201,7 @@ class SubversionFileSystem(FileSystem): |
return Future(callback=resolve) |
- def GetIdentity(self): |
+ def GetStableIdentity(self): |
# NOTE: no revision here, since it would mess up the caching of reads. It |
# probably doesn't matter since all the caching classes will use the result |
# of Stat to decide whether to re-read - and Stat has a ceiling of the |