Chromium Code Reviews| Index: third_party/WebKit/public/web/WebFrameClient.h |
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h |
| index 89f2cef1a454c4defbc25fb6d0b38d9ab89e9846..458b98dc2e476a944adab65ec87f4135ce3c1cbe 100644 |
| --- a/third_party/WebKit/public/web/WebFrameClient.h |
| +++ b/third_party/WebKit/public/web/WebFrameClient.h |
| @@ -189,7 +189,6 @@ public: |
| // Called when a watched CSS selector matches or stops matching. |
| virtual void didMatchCSS(WebLocalFrame*, const WebVector<WebString>& newlyMatchingSelectors, const WebVector<WebString>& stoppedMatchingSelectors) { } |
| - |
|
jochen (gone - plz use gerrit)
2015/12/10 15:39:33
unrelated?
|
| // Console messages ---------------------------------------------------- |
| // Whether or not we should report a detailed message for the given source. |