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

Unified Diff: third_party/WebKit/Source/web/WebDataSourceImpl.h

Issue 2655143002: Drop replacesCurrentHistoryItem, NavigationType (Closed)
Patch Set: More compile fixes Created 3 years, 11 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/web/WebDataSourceImpl.h
diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.h b/third_party/WebKit/Source/web/WebDataSourceImpl.h
index 672b784b8a7a2dc206e4086aa6595943dbaaf30c..ed0bb8f8fe93ba70e61a3943bd3a09e499db4740 100644
--- a/third_party/WebKit/Source/web/WebDataSourceImpl.h
+++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h
@@ -63,8 +63,6 @@ class WebDataSourceImpl final : public DocumentLoader, public WebDataSource {
void appendRedirect(const WebURL&) override;
void redirectChain(WebVector<WebURL>&) const override;
bool isClientRedirect() const override;
- bool replacesCurrentHistoryItem() const override;
- WebNavigationType navigationType() const override;
ExtraData* getExtraData() const override;
void setExtraData(ExtraData*) override;
void setNavigationStartTime(double) override;
@@ -74,8 +72,6 @@ class WebDataSourceImpl final : public DocumentLoader, public WebDataSource {
const WebVector<WebURL>& redirectChain) override;
void setSubresourceFilter(WebDocumentSubresourceFilter*) override;
- static WebNavigationType toWebNavigationType(NavigationType);
-
DECLARE_VIRTUAL_TRACE();
private:
« no previous file with comments | « third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp ('k') | third_party/WebKit/Source/web/WebDataSourceImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698