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

Unified Diff: components/autofill/core/browser/autofill_manager_test_delegate.h

Issue 1488093002: autofill: save pasted passwords on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't always quit the runloop on text changes Created 5 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 | « components/autofill/core/browser/autofill_manager.cc ('k') | content/public/renderer/render_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_manager_test_delegate.h
diff --git a/components/autofill/core/browser/autofill_manager_test_delegate.h b/components/autofill/core/browser/autofill_manager_test_delegate.h
index 222a8df29250960d924d03d7622a6e71e29dbcba..3e2ad09fa27afdb2dacc5e353f43d079d82795c2 100644
--- a/components/autofill/core/browser/autofill_manager_test_delegate.h
+++ b/components/autofill/core/browser/autofill_manager_test_delegate.h
@@ -19,6 +19,9 @@ class AutofillManagerTestDelegate {
// Called when a popup with Autofill suggestions is shown.
virtual void DidShowSuggestions() = 0;
+
+ // Called when a text field change is detected.
+ virtual void OnTextFieldChanged() = 0;
};
} // namespace autofill
« no previous file with comments | « components/autofill/core/browser/autofill_manager.cc ('k') | content/public/renderer/render_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698