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

Unified Diff: webkit/glue/weburlrequest_impl.cc

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_impl.h ('k') | webkit/tools/test_shell/test_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/weburlrequest_impl.cc
===================================================================
--- webkit/glue/weburlrequest_impl.cc (revision 16741)
+++ webkit/glue/weburlrequest_impl.cc (working copy)
@@ -127,16 +127,6 @@
request_.resourceRequest().httpReferrer());
}
-std::string WebRequestImpl::GetHistoryState() const {
- std::string value;
- webkit_glue::HistoryItemToString(history_item_, &value);
- return value;
-}
-
-void WebRequestImpl::SetHistoryState(const std::string& value) {
- history_item_ = webkit_glue::HistoryItemFromString(value);
-}
-
std::string WebRequestImpl::GetSecurityInfo() const {
return webkit_glue::CStringToStdString(
request_.resourceRequest().securityInfo());
« no previous file with comments | « webkit/glue/weburlrequest_impl.h ('k') | webkit/tools/test_shell/test_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698