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

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

Issue 14063017: Move logic in UserImageScreen from UserImageScreenHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespaces and braces 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/base_screen_handler.h
diff --git a/chrome/browser/ui/webui/chromeos/login/base_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/base_screen_handler.h
index 2d86325832a3a41f65b5914797053333ccb0ab25..3ca4c1d072e84339cccb022440dd326e20d8b215 100644
--- a/chrome/browser/ui/webui/chromeos/login/base_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/base_screen_handler.h
@@ -95,6 +95,12 @@ class BaseScreenHandler : public content::WebUIMessageHandler {
void CallJS(const std::string& method,
const base::Value& arg1);
void CallJS(const std::string& method,
+ const std::string& arg1);
+ void CallJS(const std::string& method,
+ int arg1);
+ void CallJS(const std::string& method,
+ bool arg1);
+ void CallJS(const std::string& method,
const base::Value& arg1,
const base::Value& arg2);
void CallJS(const std::string& method,

Powered by Google App Engine
This is Rietveld 408576698