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>
1 file changed
tree: 14ec00dc610978a2f37a83dd6cf7f1d1f0d7da6b
  1. bin/
  2. catapult_build/
  3. common/
  4. dashboard/
  5. dependency_manager/
  6. devil/
  7. docs/
  8. experimental/
  9. firefighter/
  10. hooks/
  11. infra/
  12. netlog_viewer/
  13. systrace/
  14. telemetry/
  15. third_party/
  16. trace_processor/
  17. tracing/
  18. web_page_replay_go/
  19. .eslintignore
  20. .eslintrc
  21. .gitignore
  22. AUTHORS
  23. codereview.settings
  24. CONTRIBUTING.md
  25. LICENSE
  26. navbar.md
  27. OWNERS
  28. PRESUBMIT.py
  29. pylintrc
  30. README.md
  31. WATCHLISTS
README.md

Catapult

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.

Contributing

Please see our contributor's guide

Current build status