| Index: chrome/browser/ui/views/login_prompt_views.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/login_prompt_views.cc (revision 249524)
|
| +++ chrome/browser/ui/views/login_prompt_views.cc (working copy)
|
| @@ -110,15 +110,6 @@
|
| return true;
|
| }
|
|
|
| - // TODO(wittman): Remove this override once we move to the new style frame
|
| - // view on all dialogs.
|
| - virtual views::NonClientFrameView* CreateNonClientFrameView(
|
| - views::Widget* widget) OVERRIDE {
|
| - return CreateConstrainedStyleNonClientFrameView(
|
| - widget,
|
| - GetWebContentsForLogin()->GetBrowserContext());
|
| - }
|
| -
|
| virtual views::View* GetInitiallyFocusedView() OVERRIDE {
|
| return login_view_->GetInitiallyFocusedView();
|
| }
|
|
|