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

Unified Diff: third_party/WebKit/Source/core/loader/HistoryItem.h

Issue 2710983003: Move HistoryItem handling to DocumentLoader (Closed)
Patch Set: Address kinuko's comments Created 3 years, 9 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
Index: third_party/WebKit/Source/core/loader/HistoryItem.h
diff --git a/third_party/WebKit/Source/core/loader/HistoryItem.h b/third_party/WebKit/Source/core/loader/HistoryItem.h
index 453643daafb7282f5511a7564a6e95c963460a85..df906d5aa6a4d3c1cd1bed8ae9c1d35733ced3de 100644
--- a/third_party/WebKit/Source/core/loader/HistoryItem.h
+++ b/third_party/WebKit/Source/core/loader/HistoryItem.h
@@ -39,11 +39,11 @@
namespace blink {
-class Document;
class DocumentState;
class EncodedFormData;
class KURL;
class ResourceRequest;
+enum class WebCachePolicy;
class CORE_EXPORT HistoryItem final
: public GarbageCollectedFinalized<HistoryItem> {
@@ -107,7 +107,7 @@ class CORE_EXPORT HistoryItem final
void setFormData(PassRefPtr<EncodedFormData>);
void setFormContentType(const AtomicString&);
- bool isCurrentDocument(Document*) const;
+ ResourceRequest generateResourceRequest(WebCachePolicy);
DECLARE_TRACE();
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameLoader.cpp ('k') | third_party/WebKit/Source/core/loader/HistoryItem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698