Commit da8a25c
authored
[browser_launcher] Add --test-type flag (#2311)
Closes #2300
Some flags like disabling `TimerThrottlingForBackgroundTabs` cause
warnings when launching chrome because it is not recommended for use
during general browsing. Suppress these types of warnings with the
`--test-type` flag which indicates to chrome that this is a dev focused
workflow where such flags are expected.1 parent 070aaa4 commit da8a25c
File tree
3 files changed
+8
-1
lines changed- pkgs/browser_launcher
- lib/src
3 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments