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

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/loader/HistoryController.h ('K') | « 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 c7a4d417b4cc1e4d482987a4550868e52c5971a5..82a18e284742ea39f8e252b38b331f6ed44db3c6 100644
--- a/public/web/WebHistoryItem.h
+++ b/public/web/WebHistoryItem.h
@@ -93,6 +93,9 @@ public:
BLINK_EXPORT long long documentSequenceNumber() const;
BLINK_EXPORT void setDocumentSequenceNumber(long long);
+ BLINK_EXPORT long long targetFrameID() const;
+ BLINK_EXPORT void setTargetFrameID(long long);
+
BLINK_EXPORT WebSerializedScriptValue stateObject() const;
BLINK_EXPORT void setStateObject(const WebSerializedScriptValue&);
@@ -103,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;
« Source/core/loader/HistoryController.h ('K') | « Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698