| Index: chrome/browser/chromeos/arc/arc_support_host.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_support_host.h b/chrome/browser/chromeos/arc/arc_support_host.h
|
| index 1712611a7d89d03f5cbfc1649ac794adc441ae76..97b391ed7cb4dbf5afdaea7f7e079388e17af226 100644
|
| --- a/chrome/browser/chromeos/arc/arc_support_host.h
|
| +++ b/chrome/browser/chromeos/arc/arc_support_host.h
|
| @@ -60,6 +60,9 @@ class ArcSupportHost : public arc::ArcSupportMessageHost::Observer,
|
| // Called when LSO auth token fetch is successfully completed.
|
| virtual void OnAuthSucceeded(const std::string& auth_code) {}
|
|
|
| + // Called when LSO auth token fetch has failed.
|
| + virtual void OnAuthFailed() {}
|
| +
|
| // Called when "RETRY" button on the error page is clicked.
|
| virtual void OnRetryClicked() {}
|
|
|
|
|