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 e1516af0cb728aec392d6d615b8f1a7e5c99411c..2e594dff75425af559ef6e007c21ba6e9dcb120a 100644 |
--- a/chrome/common/extensions/docs/server2/test_patcher.py |
+++ b/chrome/common/extensions/docs/server2/test_patcher.py |
@@ -33,3 +33,6 @@ class TestPatcher(Patcher): |
for path in paths)) |
except KeyError: |
raise FileNotFoundError('One of %s is deleted in the patch.' % paths) |
+ |
+ def GetIdentity(self): |
+ return self.__class__.__name__ |