mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tests: Convert usage of base::Bind to Once or Repeating (see issue #3140)
This commit is contained in:
@@ -65,7 +65,7 @@ class ClientDialogHandlerGtk : public CefDialogHandler,
|
||||
void OnJSDialogContinue(OnJSDialogParams params, GtkWindow* window);
|
||||
|
||||
void GetWindowAndContinue(CefRefPtr<CefBrowser> browser,
|
||||
base::Callback<void(GtkWindow*)> callback);
|
||||
base::OnceCallback<void(GtkWindow*)> callback);
|
||||
|
||||
static void OnDialogResponse(GtkDialog* dialog,
|
||||
gint response_id,
|
||||
|
Reference in New Issue
Block a user