mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update source files for bracket style
This commit is contained in:
@@ -81,10 +81,11 @@ class DialogTestHandler : public TestHandler {
|
||||
}
|
||||
|
||||
void ExecuteCallback(CefRefPtr<CefFileDialogCallback> callback) {
|
||||
if (config_.callback_cancel)
|
||||
if (config_.callback_cancel) {
|
||||
callback->Cancel();
|
||||
else
|
||||
} else {
|
||||
callback->Continue(config_.callback_paths);
|
||||
}
|
||||
}
|
||||
|
||||
// CefDialogHandler
|
||||
|
Reference in New Issue
Block a user