| Index: chrome/browser/dom_ui/html_dialog_tab_contents_delegate.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/html_dialog_tab_contents_delegate.cc (revision 57104)
|
| +++ chrome/browser/dom_ui/html_dialog_tab_contents_delegate.cc (working copy)
|
| @@ -76,11 +76,6 @@
|
| // this frame and we don't have a TabStripModel.
|
| }
|
|
|
| -void HtmlDialogTabContentsDelegate::DeactivateContents(TabContents* contents) {
|
| - // We don't care about this notification (called when a user gesture triggers
|
| - // a call to window.blur()).
|
| -}
|
| -
|
| void HtmlDialogTabContentsDelegate::LoadingStateChanged(TabContents* source) {
|
| // We don't care about this notification.
|
| }
|
|
|