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

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

Issue 8564008: [cros,login] Restore the focus after hidden auth extension has grabbed it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: code review Created 9 years, 1 month 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/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.

Powered by Google App Engine
This is Rietveld 408576698