Chromium Code Reviews| Index: public/web/WebFrameClient.h |
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
| index 6d41edb216849273b1de60f3eff08131b9e0496e..53dffcc4e5572928de462980152d2fd4e86fd283 100644 |
| --- a/public/web/WebFrameClient.h |
| +++ b/public/web/WebFrameClient.h |
| @@ -570,7 +570,9 @@ public: |
| // ServiceWorker ------------------------------------------------------- |
| // Whether the frame is controlled by the ServiceWorker |
|
michaeln
2014/10/07 19:28:24
Maybe for clarity alter the comment to read 'Wheth
horo
2014/10/07 22:47:31
Done.
|
| + // FIXME: Remove isControlledByServiceWorker(). |
| virtual bool isControlledByServiceWorker() { return false; } |
| + virtual bool isControlledByServiceWorker(WebDataSource*) { return false; } |
| protected: |
| virtual ~WebFrameClient() { } |