| 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 6b00aa88af4c4e48e7a88ae5aa8615fb79a5c483..0913c6863ba56abe111d77555d810ad7fb147739 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -185,6 +185,10 @@ class ProfileIOData {
|
| return &network_prediction_options_;
|
| }
|
|
|
| + bool HasMediaDeviceIDSalt() const {
|
| + return media_device_id_salt_.get() != nullptr;
|
| + }
|
| +
|
| content::ResourceContext::SaltCallback GetMediaDeviceIDSalt() const;
|
|
|
| DevToolsNetworkControllerHandle* network_controller_handle() const {
|
|
|