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

Unified Diff: Source/web/WebViewImpl.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 | « Source/web/WebRuntimeFeatures.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index ef1a77636e99baa3ee29b20a4342d0fa67788094..b7da268e32b98909a242fa8e912df5aeac4f17b4 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -88,6 +88,7 @@ class LinkHighlight;
class MIDIClientProxy;
class PinchViewports;
class PrerendererClientImpl;
+class SharedWorkerRepositoryClientImpl;
class SpeechInputClientImpl;
class SpeechRecognitionClientProxy;
class UserMediaClientImpl;
@@ -181,6 +182,7 @@ public:
virtual void setSpellCheckClient(WebSpellCheckClient*);
virtual void setValidationMessageClient(WebValidationMessageClient*) OVERRIDE;
virtual void setPasswordGeneratorClient(WebPasswordGeneratorClient*) OVERRIDE;
+ virtual void setSharedWorkerRepositoryClient(WebSharedWorkerRepositoryClient*) OVERRIDE;
virtual WebSettings* settings();
virtual WebString pageEncoding() const;
virtual void setPageEncoding(const WebString& encoding);
@@ -797,6 +799,7 @@ private:
Vector<OwnPtr<LinkHighlight> > m_linkHighlights;
OwnPtr<ValidationMessageClientImpl> m_validationMessage;
OwnPtr<FullscreenController> m_fullscreenController;
+ OwnPtr<SharedWorkerRepositoryClientImpl> m_sharedWorkerRepositoryClient;
bool m_showFPSCounter;
bool m_showPaintRects;
« no previous file with comments | « Source/web/WebRuntimeFeatures.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698