Remove references to cirrus, mostly in doc comments. (#161529)

Towards https://github.com/flutter/flutter/issues/161387.
This commit is contained in:
Matan Lurey
2025-01-13 15:49:04 -08:00
committed by GitHub
parent 366ed7f972
commit d102e1197e
6 changed files with 6 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ class ChromeOptions {
final int windowHeight;
/// Launches code in "headless" mode, which allows running Chrome in
/// environments without a display, such as LUCI and Cirrus.
/// environments without a display, such as LUCI.
final bool? headless;
/// The port Chrome will use for its debugging protocol.