| Index: sdk/lib/io/http_impl.dart
|
| diff --git a/sdk/lib/io/http_impl.dart b/sdk/lib/io/http_impl.dart
|
| index 6dd240ff1672b3388977ebc22ba2dfe3bcb459e4..4306e1ce9f232d0e9f220f5041024be454a6be49 100644
|
| --- a/sdk/lib/io/http_impl.dart
|
| +++ b/sdk/lib/io/http_impl.dart
|
| @@ -1941,6 +1941,7 @@ class _ProxyCredentials {
|
| abstract class _HttpClientCredentials implements HttpClientCredentials {
|
| _AuthenticationScheme get scheme;
|
| void authorize(_Credentials credentials, HttpClientRequest request);
|
| + void authorizeProxy(_ProxyCredentials _, HttpClientRequest request);
|
| }
|
|
|
|
|
|
|