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

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

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.idl
diff --git a/Source/modules/navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl b/Source/modules/navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl
index c9dc1639a84baec4bb292c7376dab7624caf0314..fe645ae047e76958cc99c4f221a10534468fa64b 100644
--- a/Source/modules/navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl
+++ b/Source/modules/navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl
@@ -7,6 +7,5 @@
[
RuntimeEnabled=NavigatorConnect,
] partial interface ServiceWorkerGlobalScope {
- attribute EventHandler oncrossoriginconnect;
attribute EventHandler oncrossoriginmessage;
};

Powered by Google App Engine
This is Rietveld 408576698