| 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 586dbc6ee5b1e2b082652c0950d0c538fb024de8..dae79debb3febdbab2cc085d25db8ef8c7b61010 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::ErrorDelegate {
|
| 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:::ErrorDelegate:
|
| 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;
|
|
|
|
|