Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
add spellcheck panel
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Sep 10, 2017
1 parent a3ab801 commit 05bacf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions brave/browser/brave_content_browser_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ void BraveContentBrowserClient::ExposeInterfacesToRenderer(
base::Bind(&SpellCheckHostImpl::Create, render_process_host->GetID()),
ui_task_runner);
#endif
#if BUILDFLAG(HAS_SPELLCHECK_PANEL)
registry->AddInterface(base::Bind(&SpellCheckPanelHostImpl::Create),
ui_task_runner);
#endif
}

void BraveContentBrowserClient::BindInterfaceRequest(
Expand Down

0 comments on commit 05bacf0

Please sign in to comment.