| Index: chrome/common/extensions/docs/server2/new_github_file_system.py
|
| diff --git a/chrome/common/extensions/docs/server2/new_github_file_system.py b/chrome/common/extensions/docs/server2/new_github_file_system.py
|
| index 9f2942d9a0a77c2f949b6220f4d571865a655b92..967c09e5b6cb806249ab7a06662bb69ab1f073df 100644
|
| --- a/chrome/common/extensions/docs/server2/new_github_file_system.py
|
| +++ b/chrome/common/extensions/docs/server2/new_github_file_system.py
|
| @@ -285,7 +285,7 @@ class GithubFileSystem(FileSystem):
|
| for p in repo_zip.List(path))
|
| return stat_info
|
|
|
| - def GetIdentity(self):
|
| + def GetStableIdentity(self):
|
| return '%s' % StringIdentity(self.__class__.__name__ + self._repo_key)
|
|
|
| def __repr__(self):
|
|
|