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

Unified Diff: Source/modules/navigatorconnect/WorkerNavigatorServices.h

Issue 1210633002: Update navigator.services API to use the new services.onconnect event [1/3]. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@serviceport-part3
Patch Set: rebase Created 5 years, 5 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
Index: Source/modules/navigatorconnect/WorkerNavigatorServices.h
diff --git a/Source/modules/navigatorconnect/WorkerNavigatorServices.h b/Source/modules/navigatorconnect/WorkerNavigatorServices.h
index f5716c5871cd15b4122f2c1711dce357e4ee9369..2fea068ca83bf0c5acc3090c51a39919cc18eacb 100644
--- a/Source/modules/navigatorconnect/WorkerNavigatorServices.h
+++ b/Source/modules/navigatorconnect/WorkerNavigatorServices.h
@@ -5,6 +5,7 @@
#ifndef WorkerNavigatorServices_h
#define WorkerNavigatorServices_h
+#include "modules/ModulesExport.h"
#include "platform/Supplementable.h"
#include "platform/heap/Handle.h"
@@ -14,7 +15,7 @@ class ExecutionContext;
class ServicePortCollection;
class WorkerNavigator;
-class WorkerNavigatorServices final : public GarbageCollectedFinalized<WorkerNavigatorServices>, public HeapSupplement<WorkerNavigator> {
+class MODULES_EXPORT WorkerNavigatorServices final : public GarbageCollectedFinalized<WorkerNavigatorServices>, public HeapSupplement<WorkerNavigator> {
USING_GARBAGE_COLLECTED_MIXIN(WorkerNavigatorServices);
WTF_MAKE_NONCOPYABLE(WorkerNavigatorServices);
public:
« no previous file with comments | « Source/modules/navigatorconnect/ServicePortConnectResponse.idl ('k') | Source/web/ServiceWorkerGlobalScopeProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698