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

Unified Diff: tools/telemetry/telemetry/page/page_measurement.py

Issue 498563002: Delete now unused PageMeasurement class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « tools/perf/metrics/speedindex.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/page/page_measurement.py
diff --git a/tools/telemetry/telemetry/page/page_measurement.py b/tools/telemetry/telemetry/page/page_measurement.py
deleted file mode 100644
index 26bbf1c8ae6d21cc202d8863a157f3e858abd7fc..0000000000000000000000000000000000000000
--- a/tools/telemetry/telemetry/page/page_measurement.py
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2012 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-from telemetry.page import page_test
-
-
-class PageMeasurement(page_test.PageTest):
- """DEPRECATED: Please extend page_test.PageTest directly."""
- def __init__(self,
- action_name_to_run='',
- needs_browser_restart_after_each_page=False,
- discard_first_result=False,
- clear_cache_before_each_run=False,
- is_action_name_to_run_optional=False):
- super(PageMeasurement, self).__init__(
- action_name_to_run,
- needs_browser_restart_after_each_page,
- discard_first_result,
- clear_cache_before_each_run,
- is_action_name_to_run_optional=is_action_name_to_run_optional)
« no previous file with comments | « tools/perf/metrics/speedindex.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698