Chromium Code Reviews| Index: Source/core/loader/FrameLoaderClient.h |
| diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h |
| index 2afebccfb72e4a34a1239fb10c00c7b8b08a3ef2..e52d0d9d2e6f28235ddb5223d5da967831eb5ee3 100644 |
| --- a/Source/core/loader/FrameLoaderClient.h |
| +++ b/Source/core/loader/FrameLoaderClient.h |
| @@ -206,7 +206,7 @@ namespace blink { |
| virtual PassOwnPtr<blink::WebServiceWorkerProvider> createServiceWorkerProvider() = 0; |
| - virtual bool isControlledByServiceWorker() = 0; |
| + virtual bool isControlledByServiceWorker(DocumentLoader*) = 0; |
|
tkent
2014/10/07 23:58:56
nit: If the argument is always non-null, please ch
horo
2014/10/08 01:33:41
Done.
|
| virtual SharedWorkerRepositoryClient* sharedWorkerRepositoryClient() { return 0; } |