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();
|
const auto view = web_contents()->GetRenderWidgetHostView();
|
||||||
if (view)
|
if (view)
|
||||||
view->ShowDefinitionForSelection();
|
view->ShowDefinitionForSelection();
|
||||||
#else
|
|
||||||
NOTIMPLEMENTED();
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue