Commit 3423dc74 authored by Matthew Cary's avatar Matthew Cary Committed by Commit Bot

Orderfile: profile on wikipedia rather than google.com.

Google.com may show a location-usage permission dialog which
interferes with page interaction during profiling and may even cause
chrome to crash. Wikipedia is more benign, even if it doesn't exercise
the javascript and other processing that Google search result page
does.

Bug: 898979
Change-Id: I8f48f49ac58162bab482615f843651fafcaa9c0f
Reviewed-on: https://chromium-review.googlesource.com/c/1317917Reviewed-by: default avatarEgor Pasko <pasko@chromium.org>
Commit-Queue: Matthew Cary <mattcary@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606048}
parent 493fb33a
......@@ -186,7 +186,7 @@ class AndroidProfileTool(object):
# order to keep devices tidy.
_LEGACY_PROFILE_DIRS = ['/data/local/tmp/chrome/cyglog']
TEST_URL = 'https://www.google.com/#hl=en&q=science'
TEST_URL = 'http://en.m.wikipedia.org/wiki/Science'
_WPR_ARCHIVE = os.path.join(
os.path.dirname(__file__), 'memory_top_10_mobile_000.wprgo')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment