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:
@ -19,8 +19,7 @@
|
||||
|
||||
// Parameters that tell CefBrowserHostImpl::Navigate() what to do.
|
||||
struct CefNavigateParams {
|
||||
CefNavigateParams(const GURL& a_url,
|
||||
ui::PageTransition a_transition);
|
||||
CefNavigateParams(const GURL& a_url, ui::PageTransition a_transition);
|
||||
~CefNavigateParams();
|
||||
|
||||
// The following parameters are sent to the renderer via CefMsg_LoadRequest.
|
||||
@ -52,7 +51,6 @@ struct CefNavigateParams {
|
||||
// Upload data (may be NULL).
|
||||
scoped_refptr<net::UploadData> upload_data;
|
||||
|
||||
|
||||
// The following parameters are used to define browser behavior when servicing
|
||||
// the navigation request.
|
||||
// ---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user