| Index: chromeos/dbus/fake_session_manager_client.h
|
| diff --git a/chromeos/dbus/fake_session_manager_client.h b/chromeos/dbus/fake_session_manager_client.h
|
| index 556b04d40b68e94b3db81b34906757ea2424ca61..b7bfd688750aa2b76a538c625929944ca88c7d5b 100644
|
| --- a/chromeos/dbus/fake_session_manager_client.h
|
| +++ b/chromeos/dbus/fake_session_manager_client.h
|
| @@ -32,7 +32,9 @@ class FakeSessionManagerClient : public SessionManagerClient {
|
| bool HasObserver(const Observer* observer) const override;
|
| bool IsScreenLocked() const override;
|
| void EmitLoginPromptVisible() override;
|
| - void RestartJob(const std::vector<std::string>& argv) override;
|
| + void RestartJob(int socket_fd,
|
| + const std::vector<std::string>& argv,
|
| + const VoidDBusMethodCallback& callback) override;
|
| void StartSession(const cryptohome::Identification& cryptohome_id) override;
|
| void StopSession() override;
|
| void NotifySupervisedUserCreationStarted() override;
|
|
|