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

Unified Diff: tools/perf/page_sets/diagonal_scrolling_supported_shared_state.py

Issue 2933173002: Deleting unused story sets (Closed)
Patch Set: Deleting unused story sets Created 3 years, 6 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/page_sets/blank_page.py ('k') | tools/perf/page_sets/dummy_story_set.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/diagonal_scrolling_supported_shared_state.py
diff --git a/tools/perf/page_sets/diagonal_scrolling_supported_shared_state.py b/tools/perf/page_sets/diagonal_scrolling_supported_shared_state.py
deleted file mode 100644
index b28fe095dd6462dda7451188d74b1cfa503b1ad1..0000000000000000000000000000000000000000
--- a/tools/perf/page_sets/diagonal_scrolling_supported_shared_state.py
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 2015 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.
-import logging
-
-from telemetry.page import shared_page_state
-
-
-class DiagonalScrollingSupportedSharedState(
- shared_page_state.SharedDesktopPageState):
- def CanRunOnBrowser(self, browser_info, _):
- if not browser_info.HasDiagonalScrollingSupport():
- logging.warning('Browser does not support synthetic diagonal scrolling,'
- ' skipping test')
- return False
- return True
« no previous file with comments | « tools/perf/page_sets/blank_page.py ('k') | tools/perf/page_sets/dummy_story_set.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698