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

Side by Side Diff: third_party/WebKit/public/platform/WebURLResponse.h

Issue 1497423002: Revert of Downgrade lock icon for broken-HTTPS subresources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix conflict Created 5 years 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 BLINK_PLATFORM_EXPORT void setAppCacheID(long long); 139 BLINK_PLATFORM_EXPORT void setAppCacheID(long long);
140 140
141 BLINK_PLATFORM_EXPORT WebURL appCacheManifestURL() const; 141 BLINK_PLATFORM_EXPORT WebURL appCacheManifestURL() const;
142 BLINK_PLATFORM_EXPORT void setAppCacheManifestURL(const WebURL&); 142 BLINK_PLATFORM_EXPORT void setAppCacheManifestURL(const WebURL&);
143 143
144 // A consumer controlled value intended to be used to record opaque 144 // A consumer controlled value intended to be used to record opaque
145 // security info related to this request. 145 // security info related to this request.
146 BLINK_PLATFORM_EXPORT WebCString securityInfo() const; 146 BLINK_PLATFORM_EXPORT WebCString securityInfo() const;
147 BLINK_PLATFORM_EXPORT void setSecurityInfo(const WebCString&); 147 BLINK_PLATFORM_EXPORT void setSecurityInfo(const WebCString&);
148 148
149 BLINK_PLATFORM_EXPORT void setHasMajorCertificateErrors(bool);
150
151 BLINK_PLATFORM_EXPORT SecurityStyle securityStyle() const; 149 BLINK_PLATFORM_EXPORT SecurityStyle securityStyle() const;
152 BLINK_PLATFORM_EXPORT void setSecurityStyle(SecurityStyle); 150 BLINK_PLATFORM_EXPORT void setSecurityStyle(SecurityStyle);
153 151
154 BLINK_PLATFORM_EXPORT void setSecurityDetails(const WebString& protocol, con st WebString& keyExchange, const WebString& cipher, const WebString& mac, int ce rtId); 152 BLINK_PLATFORM_EXPORT void setSecurityDetails(const WebString& protocol, con st WebString& keyExchange, const WebString& cipher, const WebString& mac, int ce rtId);
155 153
156 #if INSIDE_BLINK 154 #if INSIDE_BLINK
157 BLINK_PLATFORM_EXPORT ResourceResponse& toMutableResourceResponse(); 155 BLINK_PLATFORM_EXPORT ResourceResponse& toMutableResourceResponse();
158 BLINK_PLATFORM_EXPORT const ResourceResponse& toResourceResponse() const; 156 BLINK_PLATFORM_EXPORT const ResourceResponse& toResourceResponse() const;
159 #endif 157 #endif
160 158
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 protected: 227 protected:
230 BLINK_PLATFORM_EXPORT void assign(WebURLResponsePrivate*); 228 BLINK_PLATFORM_EXPORT void assign(WebURLResponsePrivate*);
231 229
232 private: 230 private:
233 WebURLResponsePrivate* m_private; 231 WebURLResponsePrivate* m_private;
234 }; 232 };
235 233
236 } // namespace blink 234 } // namespace blink
237 235
238 #endif 236 #endif
OLDNEW
« 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