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

Unified Diff: Source/web/WebDataSourceImpl.h

Issue 790383002: Remove NavigationAction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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: Source/web/WebDataSourceImpl.h
diff --git a/Source/web/WebDataSourceImpl.h b/Source/web/WebDataSourceImpl.h
index cdbad3bfba0780633d2d7e7b90bb471b499db052..601ca6ab2a182bcb8501a3c22898b8da61f18eab 100644
--- a/Source/web/WebDataSourceImpl.h
+++ b/Source/web/WebDataSourceImpl.h
@@ -65,7 +65,6 @@ public:
virtual bool isClientRedirect() const override;
virtual bool replacesCurrentHistoryItem() const override;
virtual WebNavigationType navigationType() const override;
- virtual double triggeringEventTime() const override;
virtual ExtraData* extraData() const override;
virtual void setExtraData(ExtraData*) override;
virtual void setNavigationStartTime(double) override;

Powered by Google App Engine
This is Rietveld 408576698