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, |