Chromium Code Reviews| Index: chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h |
| diff --git a/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h b/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h |
| index 28a1ef4f09e21b09bda59d9019030e32a3c5e825..97f8d7cd0ca407c110e5abd4cc7e3ffcc5364093 100644 |
| --- a/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h |
| +++ b/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h |
| @@ -32,6 +32,7 @@ class EnrollmentScreenActor { |
| virtual void OnRetry() = 0; |
| virtual void OnCancel() = 0; |
| virtual void OnConfirmationClosed() = 0; |
| + virtual void OnADJoined(const std::string& realm) = 0; |
| virtual void OnDeviceAttributeProvided(const std::string& asset_id, |
| const std::string& location) = 0; |
| }; |
| @@ -54,6 +55,8 @@ class EnrollmentScreenActor { |
| // Shows the signin screen. |
| virtual void ShowSigninScreen() = 0; |
| + virtual void ShowADJoin() = 0; |
|
Alexander Alekseev
2016/10/28 10:49:11
Document this, please.
Roman Sorokin (ftl)
2016/10/28 12:35:28
Done.
|
| + |
| // Shows the device attribute prompt screen. |
| virtual void ShowAttributePromptScreen(const std::string& asset_id, |
| const std::string& location) = 0; |