| 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'
|
|
|