Expose NativeWindow.setThumbarButtons API to all platforms.
This commit is contained in:
parent
78eac4116c
commit
2f1cb8b52a
10 changed files with 35 additions and 52 deletions
|
@ -277,6 +277,11 @@ bool NativeWindow::HasModalDialog() {
|
|||
return has_dialog_attached_;
|
||||
}
|
||||
|
||||
bool NativeWindow::SetThumbarButtons(
|
||||
const std::vector<ThumbarButton>& buttons) {
|
||||
return false;
|
||||
}
|
||||
|
||||
void NativeWindow::FocusOnWebView() {
|
||||
web_contents()->GetRenderViewHost()->Focus();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue