Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1758)

Unified Diff: third_party/WebKit/public/web/WebLocalFrame.h

Issue 2922593002: Move SetSharedWorkerRepositoryClient method from WebFrame to WebLocalFrame. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/public/web/WebFrame.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ----------------------------------------------------------
« no previous file with comments | « third_party/WebKit/public/web/WebFrame.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698