| Index: chrome/browser/ui/views/frame/browser_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/browser_view.cc (revision 144073)
|
| +++ chrome/browser/ui/views/frame/browser_view.cc (working copy)
|
| @@ -2487,8 +2487,6 @@
|
| const gfx::Rect& rect,
|
| autofill::PasswordGenerator* password_generator,
|
| const webkit::forms::PasswordForm& form) {
|
| - ui::ThemeProvider* theme_provider = GetWidget()->GetThemeProvider();
|
| -
|
| // Create a rect in the content bounds that the bubble will point to.
|
| gfx::Point origin(rect.origin());
|
| views::View::ConvertPointToScreen(GetTabContentsContainerView(), &origin);
|
| @@ -2507,8 +2505,7 @@
|
| tab_contents->web_contents()->GetRenderViewHost(),
|
| password_generator,
|
| browser_.get(),
|
| - tab_contents->password_manager(),
|
| - theme_provider);
|
| + tab_contents->password_manager());
|
|
|
| views::BubbleDelegateView::CreateBubble(bubble);
|
| bubble->SetAlignment(views::BubbleBorder::ALIGN_ARROW_TO_MID_ANCHOR);
|
|
|