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

Unified Diff: webkit/glue/weburlrequest_impl.h

Issue 113758: Remove the HistoryState property of WebRequest.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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
« no previous file with comments | « webkit/glue/weburlrequest.h ('k') | webkit/glue/weburlrequest_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webkit/glue/weburlrequest.h ('k') | webkit/glue/weburlrequest_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698