| Index: chrome/browser/chromeos/login/screens/base_screen.h
|
| diff --git a/chrome/browser/chromeos/login/screens/base_screen.h b/chrome/browser/chromeos/login/screens/base_screen.h
|
| index 11a6618849f42e3bf3b5e56c050c9aae8d20bf56..d9b36e5a757c661bff0959b7def3649f31eb3fb7 100644
|
| --- a/chrome/browser/chromeos/login/screens/base_screen.h
|
| +++ b/chrome/browser/chromeos/login/screens/base_screen.h
|
| @@ -78,9 +78,10 @@ class BaseScreen {
|
| // it's work with |outcome|.
|
| void Finish(BaseScreenDelegate::ExitCodes exit_code);
|
|
|
| - // Called when button with |button_id| was pressed. Notification
|
| - // about this event comes from the JS counterpart.
|
| - virtual void OnButtonPressed(const std::string& button_id);
|
| + // Called when user action event with |event_id|
|
| + // happened. Notification about this event comes from the JS
|
| + // counterpart.
|
| + virtual void OnUserAction(const std::string& event_id);
|
|
|
| // The method is called each time some key in screen context is
|
| // updated by JS side. Default implementation does nothing, so
|
|
|