| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h
 | 
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h
 | 
| index c44c51d3f0f1a59b090f137ae9d482a21392167c..8e37f6076681da1706d16d3e70d9cc7ebc4866ae 100644
 | 
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h
 | 
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h
 | 
| @@ -66,9 +66,6 @@ class DataReductionProxyEventStore
 | 
|    // Returns the list of proxy servers for HTTP origins.
 | 
|    std::string GetHttpProxyList() const;
 | 
|  
 | 
| -  // Returns the list of proxy servers for HTTPS origins.
 | 
| -  std::string GetHttpsProxyList() const;
 | 
| -
 | 
|    // Returns a sanitized version of the last seen bypass event.
 | 
|    std::string SanitizedLastBypassEvent() const;
 | 
|  
 | 
| 
 |