| Index: chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.h
|
| index cd1b216a5dbba14330c867317db7d8a16d63c417..205b5303280c33ac52889db153bfaf731153ee86 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.h
|
| @@ -53,11 +53,11 @@ class TermsOfServiceScreenHandler : public BaseScreenHandler,
|
|
|
| // Called when the user declines the Terms of Service by clicking the "back"
|
| // button.
|
| - void HandleBack(const base::ListValue* args);
|
| + void HandleBack();
|
|
|
| // Called when the user accepts the Terms of Service by clicking the "accept
|
| // and continue" button.
|
| - void HandleAccept(const base::ListValue* args);
|
| + void HandleAccept();
|
|
|
| TermsOfServiceScreenHandler::Delegate* screen_;
|
|
|
|
|