👕 Remove linter errors
This commit is contained in:
parent
c7cf844bcd
commit
4bb95acc2b
6 changed files with 33 additions and 20 deletions
|
@ -162,7 +162,8 @@ void AutofillAgent::ShowSuggestions(
|
|||
ShowPopup(element, data_list_values, data_list_labels);
|
||||
}
|
||||
|
||||
void AutofillAgent::DidReceiveLeftMouseDownOrGestureTapInNode(const blink::WebNode& node) {
|
||||
void AutofillAgent::DidReceiveLeftMouseDownOrGestureTapInNode(
|
||||
const blink::WebNode& node) {
|
||||
focused_node_was_last_clicked_ = !node.IsNull() && node.Focused();
|
||||
}
|
||||
|
||||
|
|
|
@ -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