| Index: ui/views/window/dialog_delegate.cc
|
| diff --git a/ui/views/window/dialog_delegate.cc b/ui/views/window/dialog_delegate.cc
|
| index 1627a8f2272c898457819b4b22237ff01646ff48..c3e29bc28aa5993a33f97c7205010232d2547e7d 100644
|
| --- a/ui/views/window/dialog_delegate.cc
|
| +++ b/ui/views/window/dialog_delegate.cc
|
| @@ -105,10 +105,6 @@ bool DialogDelegate::Close() {
|
| return Accept(true);
|
| }
|
|
|
| -base::string16 DialogDelegate::GetDialogLabel() const {
|
| - return base::string16();
|
| -}
|
| -
|
| base::string16 DialogDelegate::GetDialogTitle() const {
|
| return GetWindowTitle();
|
| }
|
|
|