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

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

Issue 1205783004: Update navigator.services API to use the new services.onconnect event [3/3]. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@serviceport-serviceside
Patch Set: remove extra space 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/ServiceWorkerGlobalScopeNavigatorConnect.h
diff --git a/Source/modules/navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.h b/Source/modules/navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.h
index 39c2f23b29031714e67bdcea79d1b5123e366e77..109451ad64c6c3727daa97bcc04afd22ea99129d 100644
--- a/Source/modules/navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.h
+++ b/Source/modules/navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.h
@@ -11,7 +11,6 @@ namespace blink {
class ServiceWorkerGlobalScopeNavigatorConnect {
public:
- DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(crossoriginconnect);
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(crossoriginmessage);
};

Powered by Google App Engine
This is Rietveld 408576698