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

Unified Diff: public/web/WebDataSource.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: public/web/WebDataSource.h
diff --git a/public/web/WebDataSource.h b/public/web/WebDataSource.h
index 9e0f6acea06d9f459ba698d0510d4503b00a6345..29d725fdae621a256d9ec0b7c39442f81e9a456c 100644
--- a/public/web/WebDataSource.h
+++ b/public/web/WebDataSource.h
@@ -89,10 +89,6 @@ public:
// The type of navigation that triggered the creation of this datasource.
virtual WebNavigationType navigationType() const = 0;
- // The time in seconds (since the epoch) of the event that triggered
- // the creation of this datasource. Returns 0 if unknown.
- virtual double triggeringEventTime() 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

Powered by Google App Engine
This is Rietveld 408576698