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

Unified Diff: public/web/WebHistoryItem.h

Issue 28983004: Split the frame tree logic out of HistoryItem (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | « Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebHistoryItem.h
diff --git a/public/web/WebHistoryItem.h b/public/web/WebHistoryItem.h
index 9a91d4532c9db40af8da19bfc57f7fd5325c4f1a..a90840304157da1c57b8b19888b9c1ab39d2f250 100644
--- a/public/web/WebHistoryItem.h
+++ b/public/web/WebHistoryItem.h
@@ -106,6 +106,7 @@ public:
BLINK_EXPORT void setHTTPBody(const WebHTTPBody&);
BLINK_EXPORT WebVector<WebHistoryItem> children() const;
+ BLINK_EXPORT void setChildren(const WebVector<WebHistoryItem>&);
BLINK_EXPORT void appendToChildren(const WebHistoryItem&);
BLINK_EXPORT WebVector<WebString> getReferencedFilePaths() const;
« no previous file with comments | « Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698