summaryrefslogtreecommitdiffstats
path: root/tools/auto_bisect
diff options
context:
space:
mode:
authornewt <newt@chromium.org>2015-08-25 15:10:20 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-25 22:10:57 +0000
commit309af8fba631f827583b3c4f19acf7b3b50c6363 (patch)
treef4404abcf27cc53aa65689bdd390b0df08b39c14 /tools/auto_bisect
parent597d8fd4706761687b44cdb03e76c4fdab6359f6 (diff)
downloadchromium_src-309af8fba631f827583b3c4f19acf7b3b50c6363.zip
chromium_src-309af8fba631f827583b3c4f19acf7b3b50c6363.tar.gz
chromium_src-309af8fba631f827583b3c4f19acf7b3b50c6363.tar.bz2
Remove arbitrary references to ChromeShell in comments.
Since ChromeShell is going away, we shouldn't reference it in examples in comments. This updates those comments to use something else as an example. Also, removing these references makes it easier to grep for the real remaining uses of ChromeShell in the codebase. BUG=510220 Review URL: https://codereview.chromium.org/1310733002 Cr-Commit-Position: refs/heads/master@{#345452}
Diffstat (limited to 'tools/auto_bisect')
-rwxr-xr-xtools/auto_bisect/bisect_perf_regression.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/auto_bisect/bisect_perf_regression.py b/tools/auto_bisect/bisect_perf_regression.py
index 7fc16db..5908c05 100755
--- a/tools/auto_bisect/bisect_perf_regression.py
+++ b/tools/auto_bisect/bisect_perf_regression.py
@@ -2013,7 +2013,7 @@ class BisectPerformanceMetrics(object):
'It is impossible to bisect Android regressions '
'prior to r265549, which allows the bisect bot to '
'rely on Telemetry to do apk installation of the most recently '
- 'built local ChromeShell(refer to crbug.com/385324).\n'
+ 'built local ChromePublic (refer to crbug.com/385324).\n'
'Please try bisecting revisions greater than or equal to r265549.')}
if bisect_utils.IsWindowsHost():