Allow empty username parameter to CefAuthCallback::Continue (issue #2275)

This commit is contained in:
Marshall Greenblatt
2018-03-28 19:29:28 -04:00
parent a1f47abaf6
commit b44919e3c5
3 changed files with 5 additions and 13 deletions

View File

@ -50,7 +50,7 @@ class CefAuthCallback : public virtual CefBaseRefCounted {
///
// Continue the authentication request.
///
/*--cef(capi_name=cont,optional_param=password)--*/
/*--cef(capi_name=cont,optional_param=username,optional_param=password)--*/
virtual void Continue(const CefString& username,
const CefString& password) = 0;