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

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: better redirects Created 7 years, 7 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 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__

Powered by Google App Engine
This is Rietveld 408576698