Skip to content

Commit

Permalink
flags: disable in-product health system
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine committed May 22, 2024
1 parent 5a27dd5 commit 39f4744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/chrome-flags-for-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Here's a **[Nov 2022 comparison of what flags](https://docs.google.com/spreadshe
* `--no-first-run`: Skip first run wizards
* `--ash-no-nudges`: Avoids blue bubble "user education" nudges (eg., "… give your browser a new look", Memory Saver)
* `--disable-search-engine-choice-screen`: Disable the 2023+ search engine choice screen
* `--propagate-iph-for-testing`: Specifies which in-product help (IPH) features are allowed. If no arguments are provided, then all IPH features are disabled.

## Task throttling

Expand Down
2 changes: 2 additions & 0 deletions src/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,6 @@ export const DEFAULT_FLAGS: ReadonlyArray<string> = [
'--disable-prompt-on-repost',
// Disables Domain Reliability Monitoring, which tracks whether the browser has difficulty contacting Google-owned sites and uploads reports to Google.
'--disable-domain-reliability',
// Disable the in-product Help (IPH) system.
'--propagate-iph-for-testing',
];

0 comments on commit 39f4744

Please sign in to comment.