Remove NOTIMPLEMENTED() call
This commit is contained in:
parent
70996c79ba
commit
7250c461be
1 changed files with 0 additions and 2 deletions
|
@ -1099,8 +1099,6 @@ void WebContents::ShowDefinitionForSelection() {
|
|||
const auto view = web_contents()->GetRenderWidgetHostView();
|
||||
if (view)
|
||||
view->ShowDefinitionForSelection();
|
||||
#else
|
||||
NOTIMPLEMENTED();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue