Skip to content

Commit 1ebcad2

Browse files
authored
Update MultiProfile.md
1 parent f46122e commit 1ebcad2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specs/MultiProfile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ namespace Microsoft.Web.WebView2.Core
196196
{
197197
String ProfileName { get; set; };
198198

199-
Int32 InPrivateModeEnabled { get; set; };
199+
Boolean IsInPrivateModeEnabled { get; set; };
200200
}
201201

202202
runtimeclass CoreWebView2Environment
@@ -227,7 +227,7 @@ namespace Microsoft.Web.WebView2.Core
227227
{
228228
String ProfileName { get; };
229229

230-
Int32 InPrivateModeEnabled { get; };
230+
Boolean IsInPrivateModeEnabled { get; };
231231

232232
String ProfilePath { get; };
233233
}

0 commit comments

Comments
 (0)