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

Unified Diff: public/web/WebView.h

Issue 40143003: Simplify SharedWorkerRepository code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 | « public/web/WebSharedWorkerRepositoryClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index dc002242d9eb96f9f734258794aad689756e2f5f..1ba25a90a40c72643788f97fd8c997161599de72 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -58,6 +58,7 @@ class WebSettings;
class WebSpellCheckClient;
class WebString;
class WebPasswordGeneratorClient;
+class WebSharedWorkerRepositoryClient;
class WebValidationMessageClient;
class WebViewClient;
struct WebActiveWheelFlingParameters;
@@ -104,6 +105,7 @@ public:
virtual void setSpellCheckClient(WebSpellCheckClient*) = 0;
virtual void setValidationMessageClient(WebValidationMessageClient*) = 0;
virtual void setPasswordGeneratorClient(WebPasswordGeneratorClient*) = 0;
+ virtual void setSharedWorkerRepositoryClient(WebSharedWorkerRepositoryClient*) = 0;
// Options -------------------------------------------------------------
« no previous file with comments | « public/web/WebSharedWorkerRepositoryClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698