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

Unified Diff: webkit/api/public/WebHistoryItem.h

Issue 225012: Store non-standard HTTP headers in history Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « no previous file | webkit/api/src/WebHistoryItem.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/public/WebHistoryItem.h
===================================================================
--- webkit/api/public/WebHistoryItem.h (revision 26790)
+++ webkit/api/public/WebHistoryItem.h (working copy)
@@ -41,6 +41,7 @@
namespace WebKit {
class WebHistoryItemPrivate;
class WebHTTPBody;
+ class WebHTTPHeaderVisitor;
class WebString;
struct WebPoint;
template <typename T> class WebVector;
@@ -106,6 +107,9 @@
WEBKIT_API WebHTTPBody httpBody() const;
WEBKIT_API void setHTTPBody(const WebHTTPBody&);
+ WEBKIT_API void setHTTPHeaderField(const WebString&, const WebString&);
+ WEBKIT_API void visitHTTPHeaderFields(WebHTTPHeaderVisitor*) const;
+
WEBKIT_API WebVector<WebHistoryItem> children() const;
WEBKIT_API void setChildren(const WebVector<WebHistoryItem>&);
WEBKIT_API void appendToChildren(const WebHistoryItem&);
« no previous file with comments | « no previous file | webkit/api/src/WebHistoryItem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698