| Index: chrome/browser/ui/views/autofill/autofill_dialog_views.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/autofill/autofill_dialog_views.cc (revision 249524)
|
| +++ chrome/browser/ui/views/autofill/autofill_dialog_views.cc (working copy)
|
| @@ -1631,15 +1631,6 @@
|
| return false;
|
| }
|
|
|
| -// TODO(wittman): Remove this override once we move to the new style frame view
|
| -// on all dialogs.
|
| -views::NonClientFrameView* AutofillDialogViews::CreateNonClientFrameView(
|
| - views::Widget* widget) {
|
| - return CreateConstrainedStyleNonClientFrameView(
|
| - widget,
|
| - delegate_->GetWebContents()->GetBrowserContext());
|
| -}
|
| -
|
| void AutofillDialogViews::ContentsChanged(views::Textfield* sender,
|
| const base::string16& new_contents) {
|
| InputEditedOrActivated(TypeForTextfield(sender),
|
|
|