Chromium Code Reviews| Index: chromeos/dbus/fake_auth_policy_client.h |
| diff --git a/chromeos/dbus/fake_auth_policy_client.h b/chromeos/dbus/fake_auth_policy_client.h |
| index d9cd1f167216843442cad762e0ba8170fb9c3b04..bf4721a4b0c697b576cda5e85d04d0152363f501 100644 |
| --- a/chromeos/dbus/fake_auth_policy_client.h |
| +++ b/chromeos/dbus/fake_auth_policy_client.h |
| @@ -39,6 +39,8 @@ class CHROMEOS_EXPORT FakeAuthPolicyClient : public AuthPolicyClient { |
| // devices. |
| void set_started(bool started) { started_ = started; } |
| + bool get_started() const { return started_; } |
|
hashimoto
2017/04/04 12:04:13
started() instead of get_started().
Roman Sorokin (ftl)
2017/04/06 15:00:32
Done.
|
| + |
| void set_auth_error(authpolicy::ErrorType auth_error) { |
| auth_error_ = auth_error; |
| } |