diff options
author | chrishenry@google.com <chrishenry@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-10 23:32:58 +0000 |
---|---|---|
committer | chrishenry@google.com <chrishenry@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-10 23:32:58 +0000 |
commit | 4e8cf25019b672394d7d6bd6a3bdfcd3346dcb75 (patch) | |
tree | 32418b4f310083dab45a6477a014f2c7ea1ac404 /content/test/gpu/page_sets/gpu_rasterization_tests.py | |
parent | 5a3cac4984e85e5dcdae1dfe8e2588c723261bee (diff) | |
download | chromium_src-4e8cf25019b672394d7d6bd6a3bdfcd3346dcb75.zip chromium_src-4e8cf25019b672394d7d6bd6a3bdfcd3346dcb75.tar.gz chromium_src-4e8cf25019b672394d7d6bd6a3bdfcd3346dcb75.tar.bz2 |
Delete all_page_actions, which is now empty.
All existing actions can now be accessed from ActionRunner
directly, so this file has outlived its usefulness.
BUG=361809
Review URL: https://codereview.chromium.org/356833010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/gpu/page_sets/gpu_rasterization_tests.py')
-rw-r--r-- | content/test/gpu/page_sets/gpu_rasterization_tests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/test/gpu/page_sets/gpu_rasterization_tests.py b/content/test/gpu/page_sets/gpu_rasterization_tests.py index 42c1214..c9aee2e 100644 --- a/content/test/gpu/page_sets/gpu_rasterization_tests.py +++ b/content/test/gpu/page_sets/gpu_rasterization_tests.py @@ -1,8 +1,6 @@ # Copyright 2014 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. -# pylint: disable=W0401,W0614 -from telemetry.page.actions.all_page_actions import * from telemetry.page import page as page_module from telemetry.page import page_set as page_set_module |