summaryrefslogtreecommitdiffstats
path: root/tools/perf/profile_creators
diff options
context:
space:
mode:
authornednguyen <nednguyen@google.com>2014-11-20 16:27:05 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-21 00:27:36 +0000
commit7f4660dcd4c4476502a61eb7375c4a941d938b9b (patch)
tree1f64c70538bbf0c7795e872f61079d0317982bef /tools/perf/profile_creators
parent53513eb643e20eff90854990a494057c1f4f6014 (diff)
downloadchromium_src-7f4660dcd4c4476502a61eb7375c4a941d938b9b.zip
chromium_src-7f4660dcd4c4476502a61eb7375c4a941d938b9b.tar.gz
chromium_src-7f4660dcd4c4476502a61eb7375c4a941d938b9b.tar.bz2
[Telemetry] Introduce shared_user_story_state for real.
Move page.page_runner --> user_story.user_story_runner. BUG=418278 Review URL: https://codereview.chromium.org/733303003 Cr-Commit-Position: refs/heads/master@{#305119}
Diffstat (limited to 'tools/perf/profile_creators')
-rw-r--r--tools/perf/profile_creators/extensions_profile_creator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/profile_creators/extensions_profile_creator.py b/tools/perf/profile_creators/extensions_profile_creator.py
index 88dbb57..027439b 100644
--- a/tools/perf/profile_creators/extensions_profile_creator.py
+++ b/tools/perf/profile_creators/extensions_profile_creator.py
@@ -206,7 +206,7 @@ class ExtensionsProfileCreator(profile_creator.ProfileCreator):
# Phase 1: When the first page is loaded: we wait for a timeout to allow
# all extensions to install and to prime safe browsing and other
# caches. Extensions may open tabs as part of the install process.
- # Phase 2: When the second page loads, page_runner closes all tabs -
+ # Phase 2: When the second page loads, user_story_runner closes all tabs -
# we are left with one open tab, wait for that to finish loading.
# Sleep for a bit to allow safe browsing and other data to load +