summaryrefslogtreecommitdiffstats
path: root/webkit/api/public/WebURLRequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/api/public/WebURLRequest.h')
-rw-r--r--webkit/api/public/WebURLRequest.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/webkit/api/public/WebURLRequest.h b/webkit/api/public/WebURLRequest.h
index dcd580a..6499b85 100644
--- a/webkit/api/public/WebURLRequest.h
+++ b/webkit/api/public/WebURLRequest.h
@@ -125,12 +125,6 @@ namespace WebKit {
WEBKIT_API int appCacheContextID() const;
WEBKIT_API void setAppCacheContextID(int id);
- // A consumer controlled value intended to be used to record opaque
- // security info related to this request.
- // FIXME: This really doesn't belong here!
- WEBKIT_API WebCString securityInfo() const;
- WEBKIT_API void setSecurityInfo(const WebCString&);
-
#if defined(WEBKIT_IMPLEMENTATION)
WebCore::ResourceRequest& toMutableResourceRequest();
const WebCore::ResourceRequest& toResourceRequest() const;