| Index: Source/core/loader/FrameLoaderClient.h
|
| diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h
|
| index c522c95f276dc38fc889537de97939f778e37656..dbe5b2f6f47080d64d14c0c90b7c8087711e661c 100644
|
| --- a/Source/core/loader/FrameLoaderClient.h
|
| +++ b/Source/core/loader/FrameLoaderClient.h
|
| @@ -131,6 +131,9 @@ public:
|
| virtual void didDetectXSS(const KURL&, bool didBlockEntirePage) = 0;
|
| virtual void didDispatchPingLoader(const KURL&) = 0;
|
|
|
| + // Will be called when |PerformanceTiming| events are updated
|
| + virtual void didChangePerformanceTiming() { }
|
| +
|
| // Transmits the change in the set of watched CSS selectors property
|
| // that match any element on the frame.
|
| virtual void selectorMatchChanged(const Vector<String>& addedSelectors, const Vector<String>& removedSelectors) = 0;
|
|
|