Remove NOTIMPLEMENTED() call

This commit is contained in:
Kevin Sawicki 2016-06-08 10:21:28 -07:00
parent 70996c79ba
commit 7250c461be

View file

@ -1099,8 +1099,6 @@ void WebContents::ShowDefinitionForSelection() {
const auto view = web_contents()->GetRenderWidgetHostView();
if (view)
view->ShowDefinitionForSelection();
#else
NOTIMPLEMENTED();
#endif
}