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

Unified Diff: third_party/WebKit/public/platform/WebURLResponse.h

Issue 1415923015: Downgrade lock icon for broken-HTTPS subresources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove console message; see comment to mike Created 5 years, 1 month 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/public/platform/WebURLResponse.h
diff --git a/third_party/WebKit/public/platform/WebURLResponse.h b/third_party/WebKit/public/platform/WebURLResponse.h
index c7a5b0b4e59adc6952bf408b197d71fd0e49623a..3a64468b936169ac8efcda7da8d12b2f79a6b74f 100644
--- a/third_party/WebKit/public/platform/WebURLResponse.h
+++ b/third_party/WebKit/public/platform/WebURLResponse.h
@@ -146,6 +146,8 @@ public:
BLINK_PLATFORM_EXPORT WebCString securityInfo() const;
BLINK_PLATFORM_EXPORT void setSecurityInfo(const WebCString&);
+ BLINK_PLATFORM_EXPORT void setHasMajorCertificateErrors(bool);
+
BLINK_PLATFORM_EXPORT SecurityStyle securityStyle() const;
BLINK_PLATFORM_EXPORT void setSecurityStyle(SecurityStyle);
« no previous file with comments | « third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698