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

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

Issue 346923003: Add ActionRunner wrapper for the remaining less used actions (try 2): (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update unit test to skip test if touch is not supported. Created 6 years, 5 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/all_page_actions.py
diff --git a/tools/telemetry/telemetry/page/actions/all_page_actions.py b/tools/telemetry/telemetry/page/actions/all_page_actions.py
index 7ba94e74885c26abe2e25649f96c1543b2405caa..86526daf4829996a8fcf79f815ec9bf1b7ac1c2a 100644
--- a/tools/telemetry/telemetry/page/actions/all_page_actions.py
+++ b/tools/telemetry/telemetry/page/actions/all_page_actions.py
@@ -3,17 +3,6 @@
# found in the LICENSE file.
# pylint: disable=W0611
-# TODO(nednguyen): Remove all of these imports when we done porting all actions
-# to action_runner
-from telemetry.page.actions.loop import LoopAction
-from telemetry.page.actions.media_action import MediaAction
-from telemetry.page.actions.pinch import PinchAction
-from telemetry.page.actions.play import PlayAction
-from telemetry.page.actions.reload import ReloadAction
+# TODO(chrishenry): File no longer does anything. Delete once all import is
+# deleted.
# pylint: disable=C0301
-from telemetry.page.actions.repaint_continuously import (
- RepaintContinuouslyAction)
-from telemetry.page.actions.scroll import ScrollAction
-from telemetry.page.actions.scroll_bounce import ScrollBounceAction
-from telemetry.page.actions.seek import SeekAction
-from telemetry.page.actions.swipe import SwipeAction
« no previous file with comments | « tools/telemetry/telemetry/page/actions/action_runner.py ('k') | tools/telemetry/telemetry/page/actions/loop.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698