| Index: scripts/master/chromium_step.py
|
| diff --git a/scripts/master/chromium_step.py b/scripts/master/chromium_step.py
|
| index 7294981f3a6c37200f964512a4e3ffc9913c96ec..67e9afc36b86a9d9a2aee92762e80ebf996fd930 100644
|
| --- a/scripts/master/chromium_step.py
|
| +++ b/scripts/master/chromium_step.py
|
| @@ -1275,6 +1275,9 @@ class AnnotationObserver(buildstep.LogLineObserver):
|
| except Exception as ex:
|
| handle_exception(ex)
|
|
|
| + def CURRENT_TIMESTAMP(self, duration):
|
| + """Does nothing because buildbot master receives logs in real-time."""
|
| +
|
| @staticmethod
|
| def getPropertiesForTriggeredBuild(current_properties, new_properties):
|
| props = {
|
|
|