| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index 9f5ce6ecb41f87763434bf3394e40c1d34d75089..e679481d713ae67ba9b3fae954672841351e53d0 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -569,9 +569,6 @@ public:
|
|
|
| // ServiceWorker -------------------------------------------------------
|
|
|
| - // Whether the frame is controlled by the ServiceWorker
|
| - // FIXME: Remove isControlledByServiceWorker().
|
| - virtual bool isControlledByServiceWorker() { return false; }
|
| // Whether the document associated with WebDataSource is controlled by the
|
| // ServiceWorker.
|
| virtual bool isControlledByServiceWorker(WebDataSource&) { return false; }
|
|
|