mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Apply clang-format to all C, C++ and ObjC files (issue #2171)
This commit is contained in:
@ -53,11 +53,9 @@ class CefJSDialogCallback : public virtual CefBaseRefCounted {
|
||||
// pressed. The |user_input| value should be specified for prompt dialogs.
|
||||
///
|
||||
/*--cef(capi_name=cont,optional_param=user_input)--*/
|
||||
virtual void Continue(bool success,
|
||||
const CefString& user_input) =0;
|
||||
virtual void Continue(bool success, const CefString& user_input) = 0;
|
||||
};
|
||||
|
||||
|
||||
///
|
||||
// Implement this interface to handle events related to JavaScript dialogs. The
|
||||
// methods of this class will be called on the UI thread.
|
||||
@ -118,7 +116,7 @@ class CefJSDialogHandler : public virtual CefBaseRefCounted {
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual void OnResetDialogState(CefRefPtr<CefBrowser> browser) {}
|
||||
|
||||
|
||||
///
|
||||
// Called when the default implementation dialog is closed.
|
||||
///
|
||||
|
Reference in New Issue
Block a user