| 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 ab8d0270eb6c3c2b9fde42bae7727ee810d8c16b..3806d2879c2eb0ef93844ac5c7b78434fb62f243 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -439,12 +439,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:
|
|
|