commit | 5eb197a938bf124cca4bf86842b722042c182b67 | [log] [tgz] |
---|---|---|
author | Julie Jeongeun Kim <[email protected]> | Fri Nov 01 02:02:06 2019 |
committer | Commit Bot <[email protected]> | Fri Nov 01 02:02:06 2019 |
tree | 25c3bc3a9eb880653802951a8035f2f6716e3fbb | |
parent | 28adf308e9348c87a286a57087299a256d76a8e6 [diff] [blame] |
Convert ProxyResolvingSocketFactoryPtr to new Mojo types This CL converts ProxyResolvingSocketFactoryPtr to new Mojo types using PendingRemote and Remote. Bug: 955171 Change-Id: Ib92e2fd3f2103568e70c50699a5d2b573056594c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1889271 Reviewed-by: Maksim Orlovich <[email protected]> Reviewed-by: Tommy Nyquist <[email protected]> Reviewed-by: Nicolas Zea <[email protected]> Reviewed-by: Ken Rockot <[email protected]> Commit-Queue: Julie Kim <[email protected]> Cr-Commit-Position: refs/heads/master@{#711602}
diff --git a/components/gcm_driver/gcm_client.h b/components/gcm_driver/gcm_client.h index 0ffec45..cc14855 100644 --- a/components/gcm_driver/gcm_client.h +++ b/components/gcm_driver/gcm_client.h
@@ -241,7 +241,7 @@ // management featueres so that a delayed task posted to it can wake the // system up from sleep to perform the task. // |get_socket_factory_callback|: a callback that can accept a receiver for a - // network::mojom::ProxyResolvingSocketFactoryPtr. It needs to be safe to + // network::mojom::ProxyResolvingSocketFactory. It needs to be safe to // run on any thread. // |delegate|: the delegate whose methods will be called asynchronously in // response to events and messages.