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:
@ -5,16 +5,13 @@
|
||||
|
||||
#include "libcef/browser/navigate_params.h"
|
||||
|
||||
CefNavigateParams::CefNavigateParams(
|
||||
const GURL& a_url,
|
||||
ui::PageTransition a_transition)
|
||||
CefNavigateParams::CefNavigateParams(const GURL& a_url,
|
||||
ui::PageTransition a_transition)
|
||||
: url(a_url),
|
||||
frame_id(-1),
|
||||
disposition(WindowOpenDisposition::CURRENT_TAB),
|
||||
transition(a_transition),
|
||||
is_renderer_initiated(false),
|
||||
user_gesture(true) {
|
||||
}
|
||||
user_gesture(true) {}
|
||||
|
||||
CefNavigateParams::~CefNavigateParams() {
|
||||
}
|
||||
CefNavigateParams::~CefNavigateParams() {}
|
||||
|
Reference in New Issue
Block a user