| Index: chrome/browser/chromeos/login/webui_login_display.cc
|
| diff --git a/chrome/browser/chromeos/login/webui_login_display.cc b/chrome/browser/chromeos/login/webui_login_display.cc
|
| index c1b9c81c4f7c810873e9034a01f2522c8f770de1..bd6f2b0355b78b4f4e2a743fcbfa294a9ee50486 100644
|
| --- a/chrome/browser/chromeos/login/webui_login_display.cc
|
| +++ b/chrome/browser/chromeos/login/webui_login_display.cc
|
| @@ -311,6 +311,11 @@ void WebUILoginDisplay::ShowSigninScreenForCreds(
|
| webui_handler_->ShowSigninScreenForCreds(username, password);
|
| }
|
|
|
| +void WebUILoginDisplay::SetGaiaOriginForTesting(const std::string& arg) {
|
| + if (webui_handler_)
|
| + webui_handler_->SetGaiaOriginForTesting(arg);
|
| +}
|
| +
|
| const UserList& WebUILoginDisplay::GetUsers() const {
|
| return users_;
|
| }
|
|
|