We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004099e commit 8351529Copy full SHA for 8351529
src/cef/cef_handler.cc
@@ -248,7 +248,7 @@ bool CefHandler::OnOpenURLFromTab(
248
return true;
249
}
250
251
-bool CefHandler::GetAuthCredentials(CefRefPtr<CefBrowser> browser,
+bool CefHandler::GetAuthCredentials(CefRefPtr<CefBrowser> /*browser*/,
252
CefRefPtr<CefFrame> frame,
253
bool is_proxy,
254
const CefString& host,
0 commit comments