Skip to content

Commit 065b3cf

Browse files
authored
Update MultiProfile.md
1 parent 25e1789 commit 065b3cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

specs/MultiProfile.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ interface ICoreWebView2ControllerOptions : IUnknown {
132132
/// Sets the `ProfileName` property.
133133
[propput] HRESULT ProfileName([in] LPCWSTR value);
134134
135-
/// `InPrivateModeEnabled` property is to enable/disable InPrivate mode.
135+
/// `IsInPrivateModeEnabled` property is to enable/disable InPrivate mode.
136136
[propget] HRESULT IsInPrivateModeEnabled([out, retval] BOOL* value);
137-
/// Sets the `InPrivateModeEnabled` property.
137+
/// Sets the `IsInPrivateModeEnabled` property.
138138
[propput] HRESULT IsInPrivateModeEnabled([in] BOOL value);
139139
}
140140
@@ -145,7 +145,7 @@ interface ICoreWebView2Environment5 : IUnknown
145145
/// CreateCoreWebView2ControllerWithOptions and CreateCoreWebView2CompositionControllerWithOptions.
146146
HRESULT CreateCoreWebView2ControllerOptions(
147147
[in] LPCWSTR profileName,
148-
[in] BOOL inPrivateModeEnabled,
148+
[in] BOOL isInPrivateModeEnabled,
149149
[out, retval] ICoreWebView2ControllerOptions** options);
150150
151151
/// Create a new WebView with options.

0 commit comments

Comments
 (0)