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

Unified Diff: chrome/renderer/autofill/autofill_agent.h

Issue 7747009: Add metrics to track Autofill "user happiness" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 4 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 | « chrome/common/autofill_messages.h ('k') | chrome/renderer/autofill/autofill_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/autofill/autofill_agent.h
diff --git a/chrome/renderer/autofill/autofill_agent.h b/chrome/renderer/autofill/autofill_agent.h
index c2eec68a40c7f13a23c8a3be2af365e5c934e3c2..4310c428cdb865cad15198e38e2ab61bd12dc80b 100644
--- a/chrome/renderer/autofill/autofill_agent.h
+++ b/chrome/renderer/autofill/autofill_agent.h
@@ -163,6 +163,10 @@ class AutofillAgent : public RenderViewObserver,
// The menu index of the "Autofill options..." menu item.
int suggestions_options_index_;
+ // Have we already shown Autofill suggestions for the field the user is
+ // currently editing? Used to keep track of state for metrics logging.
+ bool has_shown_autofill_popup_for_current_edit_;
+
ScopedRunnableMethodFactory<AutofillAgent> method_factory_;
DISALLOW_COPY_AND_ASSIGN(AutofillAgent);
« no previous file with comments | « chrome/common/autofill_messages.h ('k') | chrome/renderer/autofill/autofill_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698