Skip to content

Commit 8351529

Browse files
committed
fix unused param warning
1 parent 004099e commit 8351529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cef/cef_handler.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ bool CefHandler::OnOpenURLFromTab(
248248
return true;
249249
}
250250

251-
bool CefHandler::GetAuthCredentials(CefRefPtr<CefBrowser> browser,
251+
bool CefHandler::GetAuthCredentials(CefRefPtr<CefBrowser> /*browser*/,
252252
CefRefPtr<CefFrame> frame,
253253
bool is_proxy,
254254
const CefString& host,

0 commit comments

Comments
 (0)