Index: chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h |
diff --git a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h |
index ae7b0d002e227a639eb560a97d55bec2cc9063b1..3730072ba728cefc2f11b0fe21d469e4b98f4e1f 100644 |
--- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h |
+++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h |
@@ -143,8 +143,10 @@ class SigninScreenHandler : public BaseScreenHandler, |
void ShowSigninScreenIfReady(); |
// Tells webui to load authentication extension. |force| is used to force the |
- // extension reloading, if it has already been loaded. |
- void LoadAuthExtension(bool force); |
+ // extension reloading, if it has already been loaded. |silent_load| is true |
+ // for cases when extension should be loaded in the background and it |
+ // shouldn't grab the focus. |
+ void LoadAuthExtension(bool force, bool silent_load); |
// Handles confirmation message of user authentication that was performed by |
// the authentication extension. |