Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: components/autofill/content/renderer/autofill_agent.h

Issue 812033016: Add RenderFrameObserver::FocusedNodeChanged (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix bad merge Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/autofill/content/renderer/autofill_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/renderer/autofill_agent.h
diff --git a/components/autofill/content/renderer/autofill_agent.h b/components/autofill/content/renderer/autofill_agent.h
index c03ce8750aca92aac18a3bdf0029c4d67d7e06e9..585c0fece29099bbe141aee365a11bf07a985903 100644
--- a/components/autofill/content/renderer/autofill_agent.h
+++ b/components/autofill/content/renderer/autofill_agent.h
@@ -66,7 +66,6 @@ class AutofillAgent : public content::RenderFrameObserver,
private:
// content::RenderViewObserver:
void OnDestruct() override;
- void FocusedNodeChanged(const blink::WebNode& node) override;
void FocusChangeComplete() override;
AutofillAgent* agent_;
@@ -114,10 +113,10 @@ class AutofillAgent : public content::RenderFrameObserver,
void DidFinishDocumentLoad() override;
void WillSubmitForm(const blink::WebFormElement& form) override;
void DidChangeScrollOffset() override;
+ void FocusedNodeChanged(const blink::WebNode& node) override;
// Pass-through from LegacyAutofillAgent. This correlates with the
// RenderViewObserver method.
- void FocusedNodeChanged(const blink::WebNode& node);
void FocusChangeComplete();
// PageClickListener:
« no previous file with comments | « no previous file | components/autofill/content/renderer/autofill_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698