Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(637)

Unified Diff: third_party/WebKit/Source/core/loader/MixedContentChecker.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
diff --git a/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp b/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
index 4d7d6e70f1cae4d5627b8f181eba5183513f16e9..802d054fa6c48da9c1e9bdffd403aa4cc758fe44 100644
--- a/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
+++ b/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
@@ -586,9 +586,9 @@ void MixedContentChecker::mixedContentFound(
frame->securityContext()->contentSecurityPolicy();
if (policy) {
policy->reportMixedContent(
- mixedContentUrl, hadRedirect
- ? ResourceRequest::RedirectStatus::FollowedRedirect
- : ResourceRequest::RedirectStatus::NoRedirect);
+ mixedContentUrl,
+ hadRedirect ? ResourceRequest::RedirectStatus::FollowedRedirect
+ : ResourceRequest::RedirectStatus::NoRedirect);
}
}

Powered by Google App Engine
This is Rietveld 408576698