| Index: chrome/browser/chromeos/arc/arc_session_manager.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_session_manager.h b/chrome/browser/chromeos/arc/arc_session_manager.h
|
| index f923d6ada40b630563283ac7017792853de3895b..2e5f78c3622189411627af4e5d5a2d92be0afa91 100644
|
| --- a/chrome/browser/chromeos/arc/arc_session_manager.h
|
| +++ b/chrome/browser/chromeos/arc/arc_session_manager.h
|
| @@ -35,7 +35,7 @@ enum class ProvisioningResult : int;
|
| // This class proxies the request from the client to fetch an auth code from
|
| // LSO. It lives on the UI thread.
|
| class ArcSessionManager : public ArcSessionRunner::Observer,
|
| - public ArcSupportHost::Observer {
|
| + public ArcSupportHost::ErrorHandler {
|
| public:
|
| // Represents each State of ARC session.
|
| // NOT_INITIALIZED: represents the state that the Profile is not yet ready
|
| @@ -194,11 +194,8 @@ class ArcSessionManager : public ArcSessionRunner::Observer,
|
| // periodically.
|
| void RecordArcState();
|
|
|
| - // ArcSupportHost::Observer:
|
| + // ArcSupportHost:::ErrorHandler
|
| void OnWindowClosed() override;
|
| - void OnTermsAgreed(bool is_metrics_enabled,
|
| - bool is_backup_and_restore_enabled,
|
| - bool is_location_service_enabled) override;
|
| void OnRetryClicked() override;
|
| void OnSendFeedbackClicked() override;
|
|
|
|
|