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

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

Issue 2315443003: Stop sending serialized SSLStatus to the renderer. (Closed)
Patch Set: self review fix and merge fix Created 4 years, 3 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/public/platform/WebURLResponse.h
diff --git a/third_party/WebKit/public/platform/WebURLResponse.h b/third_party/WebKit/public/platform/WebURLResponse.h
index 74981d868f9a416a2ae0cfdc869792da4cf7cdb5..23a5fab803a2085d9a5645a7bd571b26e0019a7b 100644
--- a/third_party/WebKit/public/platform/WebURLResponse.h
+++ b/third_party/WebKit/public/platform/WebURLResponse.h
@@ -203,11 +203,6 @@ public:
BLINK_PLATFORM_EXPORT WebURL appCacheManifestURL() const;
BLINK_PLATFORM_EXPORT void setAppCacheManifestURL(const WebURL&);
- // A consumer controlled value intended to be used to record opaque
- // security info related to this request.
- BLINK_PLATFORM_EXPORT WebCString securityInfo() const;
- BLINK_PLATFORM_EXPORT void setSecurityInfo(const WebCString&);
-
BLINK_PLATFORM_EXPORT void setHasMajorCertificateErrors(bool);
BLINK_PLATFORM_EXPORT SecurityStyle getSecurityStyle() const;
« 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