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

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, 2 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
« Source/core/history/HistoryItem.cpp ('K') | « Source/web/WebViewImpl.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 c7a4d417b4cc1e4d482987a4550868e52c5971a5..4cdb296e23387d0ad0cd5342448e5c4a4a3efccc 100644
--- a/public/web/WebHistoryItem.h
+++ b/public/web/WebHistoryItem.h
@@ -103,6 +103,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;
« Source/core/history/HistoryItem.cpp ('K') | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698