| Index: components/cronet/url_request_context_config.h
|
| diff --git a/components/cronet/url_request_context_config.h b/components/cronet/url_request_context_config.h
|
| index 69e1b809bb1e0d73d6bf34e5095ba0f0333708e1..3ef5159a37480df1548faa822d191593c2486cc8 100644
|
| --- a/components/cronet/url_request_context_config.h
|
| +++ b/components/cronet/url_request_context_config.h
|
| @@ -16,7 +16,6 @@
|
| #include "net/cert/cert_verifier.h"
|
|
|
| namespace base {
|
| -class DictionaryValue;
|
| class SequencedTaskRunner;
|
| } // namespace base
|
|
|
| @@ -118,7 +117,7 @@
|
| const std::string& cert_verifier_data);
|
| ~URLRequestContextConfig();
|
|
|
| - // Configures |context_builder| based on |this|.
|
| + // Configure |context_builder| based on |this|.
|
| void ConfigureURLRequestContextBuilder(
|
| net::URLRequestContextBuilder* context_builder,
|
| net::NetLog* net_log,
|
| @@ -173,9 +172,6 @@
|
|
|
| // The list of public key pins.
|
| ScopedVector<Pkp> pkp_list;
|
| -
|
| - // Experimental options that are recognized by the config parser.
|
| - std::unique_ptr<base::DictionaryValue> effective_experimental_options;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(URLRequestContextConfig);
|
|
|