Skip to content

Commit 8e2c25b

Browse files
authored
flags: disable in-product health system (#331)
1 parent 5a27dd5 commit 8e2c25b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/chrome-flags-for-tools.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Here's a **[Nov 2022 comparison of what flags](https://docs.google.com/spreadshe
2121
* `--no-first-run`: Skip first run wizards
2222
* `--ash-no-nudges`: Avoids blue bubble "user education" nudges (eg., "… give your browser a new look", Memory Saver)
2323
* `--disable-search-engine-choice-screen`: Disable the 2023+ search engine choice screen
24+
* `--propagate-iph-for-testing`: Specifies which in-product help (IPH) features are allowed. If no arguments are provided, then all IPH features are disabled.
2425

2526
## Task throttling
2627

src/flags.ts

+2
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,6 @@ export const DEFAULT_FLAGS: ReadonlyArray<string> = [
7777
'--disable-prompt-on-repost',
7878
// Disables Domain Reliability Monitoring, which tracks whether the browser has difficulty contacting Google-owned sites and uploads reports to Google.
7979
'--disable-domain-reliability',
80+
// Disable the in-product Help (IPH) system.
81+
'--propagate-iph-for-testing',
8082
];

0 commit comments

Comments
 (0)