Remove linter warnings
This commit is contained in:
parent
131bff48ea
commit
f5d371e180
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class BrowserObserver {
|
|||
const base::DictionaryValue& request_details) {}
|
||||
|
||||
// The browser's accessibility suppport has changed.
|
||||
virtual void OnAccessibilitySupportChanged() {};
|
||||
virtual void OnAccessibilitySupportChanged() {}
|
||||
|
||||
#if defined(OS_MACOSX)
|
||||
// The browser wants to resume a user activity via handoff. (macOS only)
|
||||
|
|
Loading…
Reference in a new issue