Index: chrome/browser/ui/views/autofill/autofill_dialog_views.cc |
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc |
index 722ca69740e30701a0a19b957ebdf263289ec12e..827468a8067e3b1580d21846ad9c2f79db6fd5c0 100644 |
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc |
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc |
@@ -1631,15 +1631,6 @@ bool AutofillDialogViews::Accept() { |
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), |