| Index: chrome/browser/chromeos/system/input_device_settings_impl_ozone.cc
|
| diff --git a/chrome/browser/chromeos/system/input_device_settings_impl_ozone.cc b/chrome/browser/chromeos/system/input_device_settings_impl_ozone.cc
|
| index 2ed1c3dbe5f6057e0aae60e5ad539484f5ab0e3f..bab0053632577c8f1fd719dc21de6c41039f8d73 100644
|
| --- a/chrome/browser/chromeos/system/input_device_settings_impl_ozone.cc
|
| +++ b/chrome/browser/chromeos/system/input_device_settings_impl_ozone.cc
|
| @@ -179,5 +179,10 @@ void InputDeviceSettings::SetSettingsForTesting(
|
| g_test_instance = test_settings;
|
| }
|
|
|
| +// static
|
| +bool InputDeviceSettings::DidSetSettingsForTesting() {
|
| + return g_test_instance;
|
| +}
|
| +
|
| } // namespace system
|
| } // namespace chromeos
|
|
|