| 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 adfdefc6a3b0f5cdb7f7498259c4beec94347a1b..4a5666273294a96ae2a26c5c3f7b5c18b072d98b 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -440,12 +440,6 @@ class ProfileIOData {
|
| // ResourceContext implementation:
|
| net::HostResolver* GetHostResolver() override;
|
| net::URLRequestContext* GetRequestContext() override;
|
| - void CreateKeygenHandler(
|
| - uint32_t key_size_in_bits,
|
| - const std::string& challenge_string,
|
| - const GURL& url,
|
| - const base::Callback<void(std::unique_ptr<net::KeygenHandler>)>&
|
| - callback) override;
|
| std::string GetMediaDeviceIDSalt() override;
|
|
|
| private:
|
|
|