| Index: chrome/common/extensions/docs/server2/test_patcher.py
|
| diff --git a/chrome/common/extensions/docs/server2/test_patcher.py b/chrome/common/extensions/docs/server2/test_patcher.py
|
| index faa491fae07218d08e1f179f91aa407b144afbc0..afbaae2c68efcc8fff6aeb23fcf57b2c04d0acd5 100644
|
| --- a/chrome/common/extensions/docs/server2/test_patcher.py
|
| +++ b/chrome/common/extensions/docs/server2/test_patcher.py
|
| @@ -32,3 +32,6 @@ class TestPatcher(Patcher):
|
| return Future(value={path: self._patch_data[path] for path in paths})
|
| except KeyError:
|
| raise FileNotFoundError('One of %s is deleted in the patch.' % paths)
|
| +
|
| + def GetIdentity(self):
|
| + return self.__class__.__name__
|
|
|