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