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

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

Issue 11273081: Adding a test for measuring memory usage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review (tonyg, nduca) 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/telemetry/telemetry/browser_options.py ('k') | tools/telemetry/telemetry/compound_interaction.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/click_to_navigate_interaction.py
diff --git a/tools/telemetry/telemetry/click_to_navigate_interaction.py b/tools/telemetry/telemetry/click_to_navigate_interaction.py
index 0360fd85cf3392d3636ac5cc511565b9e59f7fc5..3eafcf895c6352515bab01e7b50cfd025e807017 100644
--- a/tools/telemetry/telemetry/click_to_navigate_interaction.py
+++ b/tools/telemetry/telemetry/click_to_navigate_interaction.py
@@ -13,6 +13,4 @@ class ClickToNavigateInteraction(page_interaction.PageInteraction):
def DoClick():
tab.runtime.Execute(code)
tab.page.PerformActionAndWaitForNavigate(DoClick)
-
-
-page_interaction.RegisterClass('click_to_navigate', ClickToNavigateInteraction)
+ tab.WaitForDocumentReadyStateToBeComplete()
« no previous file with comments | « tools/telemetry/telemetry/browser_options.py ('k') | tools/telemetry/telemetry/compound_interaction.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698