👕 Remove linter errors
This commit is contained in:
parent
c7cf844bcd
commit
4bb95acc2b
6 changed files with 33 additions and 20 deletions
|
@ -28,7 +28,8 @@ class AutofillAgent : public content::RenderFrameObserver,
|
|||
void DidChangeScrollOffset() override;
|
||||
void FocusedNodeChanged(const blink::WebNode&) override;
|
||||
void DidCompleteFocusChangeInFrame() override;
|
||||
void DidReceiveLeftMouseDownOrGestureTapInNode(const blink::WebNode&) override;
|
||||
void DidReceiveLeftMouseDownOrGestureTapInNode(
|
||||
const blink::WebNode&) override;
|
||||
|
||||
private:
|
||||
struct ShowSuggestionsOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue