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

Unified Diff: third_party/WebKit/public/web/WebDataSource.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
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebDataSource.h
diff --git a/third_party/WebKit/public/web/WebDataSource.h b/third_party/WebKit/public/web/WebDataSource.h
index 7756cc86ef8b4de933747cfb128286b4125f20e3..f2c3995880153a643ea6311fd45ef224bdf937c3 100644
--- a/third_party/WebKit/public/web/WebDataSource.h
+++ b/third_party/WebKit/public/web/WebDataSource.h
@@ -32,8 +32,6 @@
#define WebDataSource_h
#include "../platform/WebCommon.h"
-#include "WebNavigationType.h"
-#include "WebTextDirection.h"
namespace blink {
@@ -84,13 +82,6 @@ class WebDataSource {
// client redirect.
virtual bool isClientRedirect() const = 0;
- // Returns whether the navigation associated with this datasource should
- // replace the current history item.
- virtual bool replacesCurrentHistoryItem() const = 0;
-
- // The type of navigation that triggered the creation of this datasource.
- virtual WebNavigationType navigationType() const = 0;
-
// Extra data associated with this datasource. If non-null, the extra
// data pointer will be deleted when the datasource is destroyed.
// Setting the extra data pointer will cause any existing non-null
« no previous file with comments | « third_party/WebKit/public/BUILD.gn ('k') | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698