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

Unified Diff: third_party/WebKit/public/web/WebAutofillClient.h

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
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebAutofillClient.h
diff --git a/third_party/WebKit/public/web/WebAutofillClient.h b/third_party/WebKit/public/web/WebAutofillClient.h
index 072f7eb0229b62091d63c67a389d18b6bda3e7d1..2439953e8fb993442e2841c7b1de2f6728287100 100644
--- a/third_party/WebKit/public/web/WebAutofillClient.h
+++ b/third_party/WebKit/public/web/WebAutofillClient.h
@@ -51,10 +51,6 @@ class WebAutofillClient {
// Called the first time the user interacts with the page after a load.
virtual void firstUserGestureObserved() {}
- // Informs the client whether or not any subsequent text changes should be
- // ignored.
- virtual void setIgnoreTextChanges(bool ignore) {}
-
virtual void didAssociateFormControlsDynamically() {}
virtual void ajaxSucceeded() {}
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebViewTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698