| Index: chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc
 | 
| diff --git a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc
 | 
| index e849cb36d11775bb09dc1a921ef8025bb89e39b3..3c67a109027c7ab88fec7742b5a7b2036b29f94a 100644
 | 
| --- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc
 | 
| +++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc
 | 
| @@ -788,10 +788,6 @@ void GaiaScreenHandler::ShowGaiaScreenIfReady() {
 | 
|  }
 | 
|  
 | 
|  void GaiaScreenHandler::MaybePreloadAuthExtension() {
 | 
| -  // TODO(rsorokin): Revert that when issue with hidden webview load will be
 | 
| -  // fixed.
 | 
| -  if (StartupUtils::IsWebviewSigninEnabled())
 | 
| -    return;
 | 
|    VLOG(1) << "MaybePreloadAuthExtension() call.";
 | 
|  
 | 
|    // If cookies clearing was initiated or |dns_clear_task_running_| then auth
 | 
| 
 |