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

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

Issue 2589143003: Add 'get' prefix for Settings.in generated code. (Closed)
Patch Set: Only get prefix and no capitalization. Created 3 years, 11 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/MixedContentCheckerTest.cpp
diff --git a/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp b/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
index 2d7ba2b672531ee85ecb183815c94421a918a8ae..981a0d916f5f2c1b3cebfe649ab84c1b6cd3baad 100644
--- a/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
+++ b/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
@@ -126,11 +126,12 @@ TEST(MixedContentCheckerTest, HandleCertificateError) {
ResourceResponse response2;
WebURLRequest::RequestContext requestContext =
WebURLRequest::RequestContextImage;
- ASSERT_EQ(WebMixedContent::ContextType::OptionallyBlockable,
- WebMixedContent::contextTypeFromRequestContext(
- requestContext, dummyPageHolder->frame()
- .settings()
- ->strictMixedContentCheckingForPlugin()));
+ ASSERT_EQ(
+ WebMixedContent::ContextType::OptionallyBlockable,
+ WebMixedContent::contextTypeFromRequestContext(
+ requestContext, dummyPageHolder->frame()
+ .settings()
+ ->getStrictMixedContentCheckingForPlugin()));
response2.setURL(displayedUrl);
EXPECT_CALL(*client, didDisplayContentWithCertificateErrors(displayedUrl));
MixedContentChecker::handleCertificateError(

Powered by Google App Engine
This is Rietveld 408576698