Index: tools/telemetry/telemetry/page/actions/page_action.py |
diff --git a/tools/telemetry/telemetry/page/actions/page_action.py b/tools/telemetry/telemetry/page/actions/page_action.py |
index 04e7427ab7c881c10f7db66442fb88b937c63c23..f3428883f4cd6d9bf0bbec3588efc0e833b0544a 100644 |
--- a/tools/telemetry/telemetry/page/actions/page_action.py |
+++ b/tools/telemetry/telemetry/page/actions/page_action.py |
@@ -30,17 +30,6 @@ class PageAction(object): |
else: |
self.wait_until = None |
- def CustomizeBrowserOptionsForPageSet(self, options): |
- """Override to add action-specific options to the BrowserOptions |
- object. These options will be set for the whole page set. |
- |
- If the browser is not being restarted for every page in the page set then |
- all browser options required for the action must be set here. This, however, |
- requires that they do not conflict with options require by other actions |
- used up by the page set. |
- """ |
- pass |
- |
def WillRunAction(self, page, tab): |
"""Override to do action-specific setup before |
Test.WillRunAction is called.""" |