From df91a29afca24b17af60314c0d0da985616b1c03 Mon Sep 17 00:00:00 2001 From: "mhm@chromium.org" Date: Sat, 30 May 2009 04:34:00 +0000 Subject: Reverting 17273 - Fails reliability tests Review URL: http://codereview.chromium.org/118047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17279 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/password_manager/password_manager.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'chrome/browser/password_manager/password_manager.cc') diff --git a/chrome/browser/password_manager/password_manager.cc b/chrome/browser/password_manager/password_manager.cc index e09aa08..b558bf94 100644 --- a/chrome/browser/password_manager/password_manager.cc +++ b/chrome/browser/password_manager/password_manager.cc @@ -8,7 +8,6 @@ #include "app/resource_bundle.h" #include "base/stl_util-inl.h" #include "base/string_util.h" -#include "chrome/browser/password_manager/password_form_manager.h" #include "chrome/browser/profile.h" #include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/common/notification_registrar.h" @@ -235,9 +234,8 @@ void PasswordManager::Autofill( return; } default: - if (observer_) { + if (observer_) observer_->OnAutofillDataAvailable(preferred_match->username_value, preferred_match->password_value); - } } } -- cgit v1.1