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

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

Issue 2664603002: Remove replaceComposition() calls in finishComposingText. (Closed)
Patch Set: Rebase Created 3 years, 10 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
Index: components/autofill/content/renderer/autofill_agent.cc
diff --git a/components/autofill/content/renderer/autofill_agent.cc b/components/autofill/content/renderer/autofill_agent.cc
index 82647ee49266e7fc923f85b41f4631d751b526f4..c655255b936d473c633cc5f67fbe9a5aadfa1797 100644
--- a/components/autofill/content/renderer/autofill_agent.cc
+++ b/components/autofill/content/renderer/autofill_agent.cc
@@ -300,10 +300,6 @@ void AutofillAgent::FocusChangeComplete() {
}
}
-void AutofillAgent::setIgnoreTextChanges(bool ignore) {
- ignore_text_changes_ = ignore;
-}
-
void AutofillAgent::FormControlElementClicked(
const WebFormControlElement& element,
bool was_focused) {

Powered by Google App Engine
This is Rietveld 408576698