Index: webkit/glue/weburlrequest_impl.h |
=================================================================== |
--- webkit/glue/weburlrequest_impl.h (revision 16741) |
+++ webkit/glue/weburlrequest_impl.h (working copy) |
@@ -37,8 +37,6 @@ |
virtual void GetHttpHeaders(HeaderMap* headers) const; |
virtual void SetHttpHeaders(const HeaderMap& headers); |
virtual std::string GetHttpReferrer() const; |
- virtual std::string GetHistoryState() const; |
- virtual void SetHistoryState(const std::string& value); |
virtual std::string GetSecurityInfo() const; |
virtual void SetSecurityInfo(const std::string& value); |
virtual bool HasUploadData() const; |
@@ -54,13 +52,8 @@ |
request_ = request; |
} |
- PassRefPtr<WebCore::HistoryItem> history_item() const { |
- return history_item_; |
- } |
- |
protected: |
WebCore::FrameLoadRequest request_; |
- RefPtr<WebCore::HistoryItem> history_item_; |
}; |
#endif // #ifndef WEBKIT_GLUE_WEBURLREQUEST_IMPL_H_ |