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

Unified Diff: tools/telemetry/telemetry/page/actions/seek.py

Issue 23455049: [telemetry] Make single-benchmark measurements protected and undiscoverable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update discover unit tests. Created 7 years, 2 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
Index: tools/telemetry/telemetry/page/actions/seek.py
diff --git a/tools/telemetry/telemetry/page/actions/seek.py b/tools/telemetry/telemetry/page/actions/seek.py
index cf4d14a197aae260a13e5663938408d675548f69..8b99ee14ce9d33e7d8a9128b5eda86574cb1ffa9 100644
--- a/tools/telemetry/telemetry/page/actions/seek.py
+++ b/tools/telemetry/telemetry/page/actions/seek.py
@@ -19,8 +19,8 @@ Action attributes are:
"""
from telemetry.core import exceptions
+from telemetry.page.actions import media_action
from telemetry.page.actions import page_action
-import telemetry.page.actions.media_action as media_action
class SeekAction(media_action.MediaAction):

Powered by Google App Engine
This is Rietveld 408576698