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

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

Issue 1191393003: Update client side navigator.connect API to use ServicePortCollection [1/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@serviceport
Patch Set: address more comments Created 5 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 | « Source/modules/modules.gypi ('k') | Source/modules/navigatorconnect/ServicePort.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/navigatorconnect/NavigatorServices.h
diff --git a/Source/modules/navigatorconnect/NavigatorServices.h b/Source/modules/navigatorconnect/NavigatorServices.h
index ca1c0db2788d97d9702a29c6e0d43a920a08e905..25bd3de67be0126d659feb19516a4c0eec61f1b8 100644
--- a/Source/modules/navigatorconnect/NavigatorServices.h
+++ b/Source/modules/navigatorconnect/NavigatorServices.h
@@ -30,7 +30,7 @@ private:
NavigatorServices();
static const char* supplementName();
- RefPtrWillBeMember<ServicePortCollection> m_services;
+ Member<ServicePortCollection> m_services;
};
} // namespace blink
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/modules/navigatorconnect/ServicePort.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698