Chromium Code Reviews| Index: ui/web_dialogs/web_dialog_web_contents_delegate.cc |
| =================================================================== |
| --- ui/web_dialogs/web_dialog_web_contents_delegate.cc (revision 158566) |
| +++ ui/web_dialogs/web_dialog_web_contents_delegate.cc (working copy) |
| @@ -55,10 +55,4 @@ |
| return true; |
| } |
| -bool WebDialogWebContentsDelegate::ShouldAddNavigationToHistory( |
| - const history::HistoryAddPageArgs& add_page_args, |
| - content::NavigationType navigation_type) { |
| - return false; |
| -} |
| - |
| } // namespace ui |