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:
@@ -47,8 +47,7 @@ class PreferenceBrowserTest : public client::ClientAppBrowser::Delegate {
|
||||
IMPLEMENT_REFCOUNTING(PreferenceBrowserTest);
|
||||
};
|
||||
|
||||
void ValidateReset(CefRefPtr<CefRequestContext> context,
|
||||
const char* name) {
|
||||
void ValidateReset(CefRefPtr<CefRequestContext> context, const char* name) {
|
||||
EXPECT_TRUE(context->HasPreference(name));
|
||||
EXPECT_TRUE(context->CanSetPreference(name));
|
||||
|
||||
@@ -398,7 +397,6 @@ class TestRequestContextHandler : public CefRequestContextHandler {
|
||||
|
||||
} // namespace
|
||||
|
||||
|
||||
// Verify default preference values on the global context.
|
||||
TEST(PreferenceTest, GlobalDefaults) {
|
||||
CefRefPtr<CefWaitableEvent> event =
|
||||
@@ -546,7 +544,6 @@ TEST(PreferenceTest, CustomSetGetShared) {
|
||||
event->Wait();
|
||||
}
|
||||
|
||||
|
||||
// Entry point for creating preference browser test objects.
|
||||
// Called from client_app_delegates.cc.
|
||||
void CreatePreferenceBrowserTests(
|
||||
|
Reference in New Issue
Block a user