Index: chrome/browser/ui/login/login_prompt_win.cc |
diff --git a/chrome/browser/ui/login/login_prompt_win.cc b/chrome/browser/ui/login/login_prompt_win.cc |
index c21dac5652b2a77be073301ba23316451601f804..35fd97882924831b05560cc03efbff1246a8fcd8 100644 |
--- a/chrome/browser/ui/login/login_prompt_win.cc |
+++ b/chrome/browser/ui/login/login_prompt_win.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -62,7 +62,7 @@ class LoginHandlerWin : public LoginHandler, |
WebContents* tab = GetWebContentsForLogin(); |
if (tab) |
- tab->GetRenderViewHost()->set_ignore_input_events(false); |
+ tab->GetRenderViewHost()->SetIgnoreInputEvents(false); |
// Reference is no longer valid. |
SetDialog(NULL); |