| Index: third_party/WebKit/public/web/WebPerformance.h
|
| diff --git a/third_party/WebKit/public/web/WebPerformance.h b/third_party/WebKit/public/web/WebPerformance.h
|
| index 59e94f94562412110bebdccd9d2a6b443308f0d4..3cb2cc53779f2ea7c8befd27dd1f9cabbc92d96f 100644
|
| --- a/third_party/WebKit/public/web/WebPerformance.h
|
| +++ b/third_party/WebKit/public/web/WebPerformance.h
|
| @@ -33,7 +33,6 @@
|
|
|
| #include "../platform/WebCommon.h"
|
| #include "../platform/WebPrivatePtr.h"
|
| -#include "WebNavigationType.h"
|
|
|
| #if BLINK_IMPLEMENTATION
|
| #include "platform/heap/Handle.h"
|
| @@ -59,10 +58,6 @@ class WebPerformance {
|
| BLINK_EXPORT void reset();
|
| BLINK_EXPORT void assign(const WebPerformance&);
|
|
|
| - // This only returns one of {Other|Reload|BackForward}.
|
| - // Form submits and link clicks all fall under other.
|
| - BLINK_EXPORT WebNavigationType navigationType() const;
|
| -
|
| // These functions return time in seconds (not milliseconds) since the epoch.
|
| BLINK_EXPORT double navigationStart() const;
|
| BLINK_EXPORT double unloadEventEnd() const;
|
|
|