Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(965)

Unified Diff: chrome/common/extensions/docs/server2/test_patcher.py

Issue 15087006: Docserver: there is only one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: epic rebase Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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__

Powered by Google App Engine
This is Rietveld 408576698