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

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

Issue 12091086: [Autofill] Add UMA timing metrics for requestAutocomplete dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the test. 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_manager.h
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
index c89bc6c9b47a666c466fcd1ebb9942a1cd543241..b48b229bf51974bb500ba876888c3ad4758ef7c5 100644
--- a/chrome/browser/autofill/autofill_manager.h
+++ b/chrome/browser/autofill/autofill_manager.h
@@ -123,6 +123,7 @@ class AutofillManager : public content::WebContentsObserver,
const FormData& form,
const GURL& source_url,
const content::SSLStatus& ssl_status,
+ autofill::DialogRequester requester,
const base::Callback<void(const FormStructure*)>& callback);
// Happens when the autocomplete dialog runs its callback when being closed.
@@ -358,7 +359,7 @@ class AutofillManager : public content::WebContentsObserver,
AutocompleteHistoryManager autocomplete_history_manager_;
// Handles autocheckout flows.
- AutocheckoutManager autocheckout_manager_;
+ autofill::AutocheckoutManager autocheckout_manager_;
// For logging UMA metrics. Overridden by metrics tests.
scoped_ptr<const AutofillMetrics> metric_logger_;

Powered by Google App Engine
This is Rietveld 408576698