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 |