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

Unified Diff: webkit/glue/weburlrequest.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/webframe_impl.cc ('k') | webkit/glue/weburlrequest_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/weburlrequest.h
===================================================================
--- webkit/glue/weburlrequest.h (revision 16741)
+++ webkit/glue/weburlrequest.h (working copy)
@@ -77,10 +77,6 @@
//
virtual std::string GetHttpReferrer() const = 0;
- // Get/set the opaque history state (used for back/forward navigations).
- virtual std::string GetHistoryState() const = 0;
- virtual void SetHistoryState(const std::string& state) = 0;
-
// Get/set an opaque value containing the security info (including SSL
// connection state) that should be reported as used in the response for that
// request, or an empty string if no security info should be reported. This
« no previous file with comments | « webkit/glue/webframe_impl.cc ('k') | webkit/glue/weburlrequest_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698