| Index: chrome/browser/chromeos/settings/device_settings_test_helper.cc
|
| diff --git a/chrome/browser/chromeos/settings/device_settings_test_helper.cc b/chrome/browser/chromeos/settings/device_settings_test_helper.cc
|
| index 3704edbbd272dafb89b0ceb054bf68173eea6f42..712b3566c82bfa071c1eb06313fa87fd8cc22eba 100644
|
| --- a/chrome/browser/chromeos/settings/device_settings_test_helper.cc
|
| +++ b/chrome/browser/chromeos/settings/device_settings_test_helper.cc
|
| @@ -104,6 +104,8 @@ bool DeviceSettingsTestHelper::HasObserver(const Observer* observer) const {
|
| return false;
|
| }
|
|
|
| +bool DeviceSettingsTestHelper::IsScreenLocked() const { return false; }
|
| +
|
| void DeviceSettingsTestHelper::EmitLoginPromptVisible() {}
|
|
|
| void DeviceSettingsTestHelper::RestartJob(int pid,
|
|
|