Skip to content

Commit ca72063

Browse files
authored
Update MultiProfile.md
1 parent 5608db3 commit ca72063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/MultiProfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ HRESULT AppWindow::OnCreateCoreWebView2ControllerCompleted(HRESULT result, ICore
105105
wil::unique_cotaskmem_string name;
106106
CHECK_FAILURE(profile->get_ProfileName(&name));
107107
BOOL inPrivateModeEnabled = FALSE;
108-
CHECK_FAILURE(profile->get_InPrivateModeEnablede(&inPrivateModeEnabled));
108+
CHECK_FAILURE(profile->get_IsInPrivateModeEnabled(&inPrivateModeEnabled));
109109
wil::unique_cotaskmem_string profile_path;
110110
CHECK_FAILURE(profile->get_ProfilePath(&profile_path));
111111
std::wstring str(profile_path.get());

0 commit comments

Comments
 (0)