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

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

Issue 11316017: Refactoring scrolling_benchmark code into scrolling_interaction.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/perf_tools/scrolling_benchmark.py ('k') | tools/telemetry/telemetry/scroll.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/page.py
diff --git a/tools/telemetry/telemetry/page.py b/tools/telemetry/telemetry/page.py
index 122e62b29a8ad7884bbf4801e5fd1e394bae5d24..fc8c4e851564ca7f7855c930b77cd22e2c8315b8 100644
--- a/tools/telemetry/telemetry/page.py
+++ b/tools/telemetry/telemetry/page.py
@@ -14,10 +14,8 @@ class Page(object):
else:
raise Exception('URLs must be fully qualified: %s' % url)
self.url = url
- self.interactions = 'scroll'
self.credentials = None
self.wait_time_after_navigate = 2
- self.scroll_is_infinite = False
self.wait_for_javascript_expression = None
if attributes:
« no previous file with comments | « tools/perf/perf_tools/scrolling_benchmark.py ('k') | tools/telemetry/telemetry/scroll.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698