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

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

Issue 12091086: [Autofill] Add UMA timing metrics for requestAutocomplete dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moar vertical whitespace Created 7 years, 11 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.cc
diff --git a/chrome/browser/autofill/autofill_manager.cc b/chrome/browser/autofill/autofill_manager.cc
index cbdcbaeebac3d6b3665bac8317807aed8cf77841..2ab72ef4b84e4b42df8d381d2373cd8de6b11072 100644
--- a/chrome/browser/autofill/autofill_manager.cc
+++ b/chrome/browser/autofill/autofill_manager.cc
@@ -789,7 +789,7 @@ void AutofillManager::ShowRequestAutocompleteDialog(
const content::SSLStatus& ssl_status,
const base::Callback<void(const FormStructure*)>& callback) {
manager_delegate_->ShowRequestAutocompleteDialog(
- form, source_url, ssl_status, callback);
+ form, source_url, ssl_status, *metric_logger_, callback);
}
void AutofillManager::RequestAutocompleteDialogClosed() {
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_manager_delegate.h » ('j') | chrome/browser/autofill/autofill_metrics.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698