()
| 15 | public bool newRuntimeEventHandled = false; |
| 16 | |
| 17 | public App() |
| 18 | { |
| 19 | InitializeComponent(); |
| 20 | this.Resources["AdditionalArgs"] = "--enable-features=ThirdPartyStoragePartitioning,PartitionedCookies"; |
| 21 | |
| 22 | } |
| 23 | } |
| 24 | } |
nothing calls this directly
no outgoing calls
no test coverage detected