Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6645)

Unified Diff: chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.h

Issue 14208014: Simplify adding callbacks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698