Chromium Code Reviews| Index: third_party/WebKit/public/web/WebLocalFrame.h |
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h |
| index 434e0f687bb7b224137d00c5fdce1d2bca47e8ba..2d01d5b6cf8b41fcb2ee27a66da16627a9ecbd16 100644 |
| --- a/third_party/WebKit/public/web/WebLocalFrame.h |
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h |
| @@ -33,6 +33,7 @@ class WebFrameWidget; |
| class WebInputMethodController; |
| class WebRange; |
| class WebScriptExecutionCallback; |
| +class WebSharedWorkerRepositoryClient; |
| class WebTextCheckClient; |
| class WebURLLoader; |
| enum class WebCachePolicy; |
| @@ -110,6 +111,8 @@ class WebLocalFrame : public WebFrame { |
| virtual WebAutofillClient* AutofillClient() = 0; |
| virtual void SetDevToolsAgentClient(WebDevToolsAgentClient*) = 0; |
| virtual WebDevToolsAgent* DevToolsAgent() = 0; |
| + virtual void SetSharedWorkerRepositoryClient( |
| + WebSharedWorkerRepositoryClient*) = 0; |
|
dcheng
2017/06/02 16:32:43
Thanks for cleaning up the grouping too
|
| // Hierarchy ---------------------------------------------------------- |