| Index: net/ssl/ssl_config_service.h
 | 
| diff --git a/net/ssl/ssl_config_service.h b/net/ssl/ssl_config_service.h
 | 
| index 51c29ca0141fd34303d7637cbbc94cd59475de05..4ee92d7e5b33dfda9fc0c57429fbc387765b0d59 100644
 | 
| --- a/net/ssl/ssl_config_service.h
 | 
| +++ b/net/ssl/ssl_config_service.h
 | 
| @@ -11,6 +11,7 @@
 | 
|  #include "base/observer_list.h"
 | 
|  #include "net/base/net_export.h"
 | 
|  #include "net/cert/crl_set.h"
 | 
| +#include "net/cert/ct_ev_whitelist.h"
 | 
|  #include "net/ssl/ssl_config.h"
 | 
|  
 | 
|  namespace net {
 | 
| @@ -50,6 +51,11 @@ class NET_EXPORT SSLConfigService
 | 
|    static void SetCRLSet(scoped_refptr<CRLSet> crl_set);
 | 
|    static scoped_refptr<CRLSet> GetCRLSet();
 | 
|  
 | 
| +  // Sets the EV certificates whitelist to be used in the SSLConfig
 | 
| +  // this class provides.
 | 
| +  virtual void SetEVCertsWhitelist(
 | 
| +      scoped_refptr<ct::EVCertsWhitelist> ev_whitelist);
 | 
| +
 | 
|    // Add an observer of this service.
 | 
|    void AddObserver(Observer* observer);
 | 
|  
 | 
| 
 |