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

Unified Diff: chrome/browser/autofill/autofill_external_delegate.h

Issue 12223106: Properly Remove Autofill Keyboard Listener. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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: chrome/browser/autofill/autofill_external_delegate.h
diff --git a/chrome/browser/autofill/autofill_external_delegate.h b/chrome/browser/autofill/autofill_external_delegate.h
index 692f3d71301be13a237563c86024e78c99ad0e20..9eb661db2ebb0c39cd08aab5985e1cdd1af46d67 100644
--- a/chrome/browser/autofill/autofill_external_delegate.h
+++ b/chrome/browser/autofill/autofill_external_delegate.h
@@ -186,6 +186,10 @@ class AutofillExternalDelegate
// currently editing? Used to keep track of state for metrics logging.
bool has_shown_autofill_popup_for_current_edit_;
+ // Has this object already been registered with the RenderViewHost as a
+ // keyboard listener.
+ bool registered_keyboard_listener_;
+
// The current data list values.
std::vector<string16> data_list_values_;
std::vector<string16> data_list_labels_;

Powered by Google App Engine
This is Rietveld 408576698