File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments