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:
@ -117,8 +117,9 @@ class CookieVisitor : public CefCookieVisitor {
|
||||
bool& deleteCookie) override {
|
||||
CEF_REQUIRE_UI_THREAD();
|
||||
cookies_.push_back(cookie);
|
||||
if (delete_cookies_)
|
||||
if (delete_cookies_) {
|
||||
deleteCookie = true;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user