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

Unified Diff: tools/telemetry/telemetry/page/actions/loop.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
« no previous file with comments | « tools/telemetry/telemetry/core/discover_unittest.py ('k') | tools/telemetry/telemetry/page/actions/play.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/page/actions/loop.py
diff --git a/tools/telemetry/telemetry/page/actions/loop.py b/tools/telemetry/telemetry/page/actions/loop.py
index db6c22007c777cc5a6ebe96fa79fa36d79d6e022..1e968293a1b4e3a0e488f345f65b36ba404df621 100644
--- a/tools/telemetry/telemetry/page/actions/loop.py
+++ b/tools/telemetry/telemetry/page/actions/loop.py
@@ -15,8 +15,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 LoopAction(media_action.MediaAction):
« no previous file with comments | « tools/telemetry/telemetry/core/discover_unittest.py ('k') | tools/telemetry/telemetry/page/actions/play.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698