| Index: Source/core/loader/FrameLoaderClient.h
|
| diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h
|
| index c5a3d14d540a1e6c85e45a75bd6065a29d54641b..162e41e89e2443bbf73140e125c8d5a1692a9eda 100644
|
| --- a/Source/core/loader/FrameLoaderClient.h
|
| +++ b/Source/core/loader/FrameLoaderClient.h
|
| @@ -149,6 +149,10 @@ class FetchRequest;
|
| virtual void didDetectXSS(const KURL&, bool didBlockEntirePage) = 0;
|
| virtual void didDispatchPingLoader(const KURL&) = 0;
|
|
|
| + // 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;
|
| +
|
| virtual PassRefPtr<DocumentLoader> createDocumentLoader(const ResourceRequest&, const SubstituteData&) = 0;
|
|
|
| virtual String userAgent(const KURL&) = 0;
|
|
|