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

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

Issue 809623005: Autofill - Stop listening to OrientationChangeEvent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 02d4c9267ff35123abcfdd508c0c2da26ef0f663..ae1da7e1f02f081f844dd033e0c7bc29685aab32 100644
--- a/components/autofill/content/renderer/autofill_agent.h
+++ b/components/autofill/content/renderer/autofill_agent.h
@@ -71,7 +71,6 @@ class AutofillAgent : public content::RenderFrameObserver,
const blink::WebFormElement& form) override;
void DidChangeScrollOffset(blink::WebLocalFrame* frame) override;
void FocusedNodeChanged(const blink::WebNode& node) override;
- void OrientationChangeEvent() override;
void Resized() override;
void FrameWillClose(blink::WebFrame* frame) override;
@@ -126,7 +125,6 @@ class AutofillAgent : public content::RenderFrameObserver,
const blink::WebFormElement& form);
void DidChangeScrollOffset(blink::WebLocalFrame* frame);
void FocusedNodeChanged(const blink::WebNode& node);
- void OrientationChangeEvent();
void Resized();
void LegacyFrameWillClose(blink::WebFrame* frame);
« 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