| Index: chrome/browser/profiles/profile_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
|
| index 724a728b1493bb5ba811b9e14eb83c9f81ebb372..dc2e2b2ef414e62ffcf711b3f90dae95ba677573 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -361,6 +361,7 @@ class ProfileIOData {
|
| // ResourceContext implementation:
|
| virtual net::HostResolver* GetHostResolver() OVERRIDE;
|
| virtual net::URLRequestContext* GetRequestContext() OVERRIDE;
|
| + virtual scoped_ptr<net::ClientCertStore> GetClientCertStore() OVERRIDE;
|
| virtual bool AllowMicAccess(const GURL& origin) OVERRIDE;
|
| virtual bool AllowCameraAccess(const GURL& origin) OVERRIDE;
|
|
|
|
|