diff options
Diffstat (limited to 'chrome/browser/automation/testing_automation_provider_chromeos.cc')
-rw-r--r-- | chrome/browser/automation/testing_automation_provider_chromeos.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/testing_automation_provider_chromeos.cc b/chrome/browser/automation/testing_automation_provider_chromeos.cc index 189b417..28f389c 100644 --- a/chrome/browser/automation/testing_automation_provider_chromeos.cc +++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc @@ -473,7 +473,7 @@ void TestingAutomationProvider::UnlockScreen(DictionaryValue* args, } new ScreenUnlockObserver(this, reply_message); - screen_locker->Authenticate(ASCIIToUTF16(password)); + screen_locker->AuthenticateByPassword(password); } // Signing out could have undesirable side effects: session_manager is |