We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca72063 commit 33a7ec0Copy full SHA for 33a7ec0
1 file changed
specs/MultiProfile.md
@@ -220,7 +220,7 @@ namespace Microsoft.Web.WebView2.Core
220
// ...
221
222
CoreWebView2ControllerOptions CreateCoreWebView2ControllerOptions(
223
- String ProfileName, Int32 InPrivateModeEnabled);
+ String ProfileName, Boolean InPrivateModeEnabled);
224
225
Windows.Foundation.IAsyncOperation<CoreWebView2Controller>
226
CreateCoreWebView2ControllerWithOptionsAsync(
0 commit comments