Index: tools/telemetry/telemetry/core/web_contents.py |
diff --git a/tools/telemetry/telemetry/core/web_contents.py b/tools/telemetry/telemetry/core/web_contents.py |
index 38232360166d694a916daa9744b5017bc5b9b958..71a5c76fae1aba56c3fb7c62f8ac118b013ae895 100644 |
--- a/tools/telemetry/telemetry/core/web_contents.py |
+++ b/tools/telemetry/telemetry/core/web_contents.py |
@@ -174,9 +174,6 @@ class WebContents(object): |
def StopTimelineRecording(self): |
self._inspector_backend.StopTimelineRecording() |
- def TakeJSHeapSnapshot(self, timeout=120): |
- return self._inspector_backend.TakeJSHeapSnapshot(timeout) |
- |
def IsAlive(self): |
"""Whether the WebContents is still operating normally. |