| commit | df3154eb043fd83fb956978e7fad7e6cab0047d9 | [log] [tgz] | 
|---|---|---|
| author | Tsuyoshi Horo <horo@chromium.org> | Mon Mar 19 13:28:36 2018 | 
| committer | Commit Bot <commit-bot@chromium.org> | Mon Mar 19 23:45:37 2018 | 
| tree | 14ec00dc610978a2f37a83dd6cf7f1d1f0d7da6b | |
| parent | 48d6f72936385a93724daf3ab938ff61739990c1 [diff] | 
Add --enable-automation flag in GetFromBrowserOptions() crrev.com/c/956654 introduced the bad flags warning of "stability and security will suffer" for Android. This change caused parformance regressions because a bad flag "--ignore-certificate-errors-spki-list" is used for perfomance testing. (crbug.com/822258#c13) So crrev.com/c/965727 introduces the check of "--enable-automation" flag in ShowBadFlagsPrompt(). (This check already exists in startup_browser_creator_impl.cc for Desktop not to show the infobar during performance tests.) This CL adds the flag to GetFromBrowserOptions(). Bug: chromium:822258 Change-Id: I8a07c88960678877ee1add1c0d29ad323611a816 Reviewed-on: https://chromium-review.googlesource.com/965712 Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Reviewed-by: Ned Nguyen <nednguyen@google.com>
Catapult is the home for several performance tools that span from gathering, displaying and analyzing performance data. This includes:
These tools were created by Chromium developers for performance analysis, testing, and monitoring of Chrome, but they can also be used for analyzing and monitoring websites, and eventually Android apps.
Please see our contributor's guide