| Index: chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.mm b/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.mm
|
| index 96e7ed5f3448062afa84dba8ac816cf02dda9e37..5877df793ee868dc2443363cd131bfa2f3ead41d 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/passwords/passwords_bubble_controller.mm
|
| @@ -10,7 +10,6 @@
|
| #import "chrome/browser/ui/cocoa/info_bubble_view.h"
|
| #import "chrome/browser/ui/cocoa/info_bubble_window.h"
|
| #include "chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h"
|
| -#import "chrome/browser/ui/cocoa/passwords/account_chooser_view_controller.h"
|
| #import "chrome/browser/ui/cocoa/passwords/auto_signin_view_controller.h"
|
| #import "chrome/browser/ui/cocoa/passwords/confirmation_password_saved_view_controller.h"
|
| #import "chrome/browser/ui/cocoa/passwords/manage_passwords_view_controller.h"
|
| @@ -83,12 +82,6 @@
|
| [[ManagePasswordsBubbleAutoSigninViewController alloc]
|
| initWithModel:model_
|
| delegate:self]);
|
| - } else if (model_->state() ==
|
| - password_manager::ui::CREDENTIAL_REQUEST_STATE) {
|
| - currentController_.reset(
|
| - [[ManagePasswordsBubbleAccountChooserViewController alloc]
|
| - initWithModel:model_
|
| - delegate:self]);
|
| } else {
|
| NOTREACHED();
|
| }
|
|
|