| 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 5f7078d8cc21fec039335ee0168f6e5a7fb5a014..e8afc1df863fbeb035158d5082bb39e45a1457a6 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -29,6 +29,7 @@
|
| #include "components/prefs/pref_member.h"
|
| #include "content/public/browser/content_browser_client.h"
|
| #include "content/public/browser/resource_context.h"
|
| +#include "net/cert/ct_verifier.h"
|
| #include "net/cookies/cookie_monster.h"
|
| #include "net/http/http_cache.h"
|
| #include "net/http/http_network_session.h"
|
| @@ -184,11 +185,7 @@
|
| return &network_prediction_options_;
|
| }
|
|
|
| - bool HasMediaDeviceIDSalt() const {
|
| - return media_device_id_salt_.get() != nullptr;
|
| - }
|
| -
|
| - std::string GetMediaDeviceIDSalt() const;
|
| + content::ResourceContext::SaltCallback GetMediaDeviceIDSalt() const;
|
|
|
| DevToolsNetworkControllerHandle* network_controller_handle() const {
|
| return &network_controller_handle_;
|
| @@ -439,7 +436,7 @@
|
| const GURL& url,
|
| const base::Callback<void(std::unique_ptr<net::KeygenHandler>)>&
|
| callback) override;
|
| - std::string GetMediaDeviceIDSalt() override;
|
| + SaltCallback GetMediaDeviceIDSalt() override;
|
|
|
| private:
|
| friend class ProfileIOData;
|
|
|