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

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

Issue 2939623002: [DONT COMMIT] WIP: WorkerClientsInitializer (Closed)
Patch Set: finalize2 Created 3 years, 6 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/Source/web/WebViewImpl.cpp ('k') | third_party/WebKit/public/web/WebSharedWorker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebEmbeddedWorker.h
diff --git a/third_party/WebKit/public/web/WebEmbeddedWorker.h b/third_party/WebKit/public/web/WebEmbeddedWorker.h
index bd430c561446dc35a4c021f13b80b908e367b619..9a605231597500efba895807e5c499013192f510 100644
--- a/third_party/WebKit/public/web/WebEmbeddedWorker.h
+++ b/third_party/WebKit/public/web/WebEmbeddedWorker.h
@@ -43,14 +43,14 @@ struct WebEmbeddedWorkerStartData;
// An interface to start and terminate an embedded worker.
// All methods of this class must be called on the main thread.
-class WebEmbeddedWorker {
+class BLINK_EXPORT WebEmbeddedWorker {
public:
// Invoked on the main thread to instantiate a WebEmbeddedWorker.
// The given WebWorkerContextClient and WebContentSettingsClient are going to
// be passed on to the worker thread and is held by a newly created
// WorkerGlobalScope.
- BLINK_EXPORT static WebEmbeddedWorker* Create(WebServiceWorkerContextClient*,
- WebContentSettingsClient*);
+ static WebEmbeddedWorker* Create(WebServiceWorkerContextClient*,
+ WebContentSettingsClient*);
virtual ~WebEmbeddedWorker() {}
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | third_party/WebKit/public/web/WebSharedWorker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698