| Index: tools/telemetry/telemetry/core/browser.py
|
| diff --git a/tools/telemetry/telemetry/core/browser.py b/tools/telemetry/telemetry/core/browser.py
|
| index 996594c6f7f97fa6532581b1a81715485a43e136..e42eecd9453c04a77fa0304f985af70147750efa 100644
|
| --- a/tools/telemetry/telemetry/core/browser.py
|
| +++ b/tools/telemetry/telemetry/core/browser.py
|
| @@ -278,6 +278,7 @@ class Browser(object):
|
| return self._browser_backend.StartTracing(custom_categories, timeout)
|
|
|
| def StopTracing(self):
|
| + """ Stops tracing and returns the result as TimelineData object. """
|
| return self._browser_backend.StopTracing()
|
|
|
| def Start(self):
|
| @@ -398,4 +399,3 @@ class Browser(object):
|
|
|
| See the documentation of the SystemInfo class for more details."""
|
| return self._browser_backend.GetSystemInfo()
|
| -
|
|
|