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

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

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_delegate.h
diff --git a/chrome/browser/autofill/autofill_manager_delegate.h b/chrome/browser/autofill/autofill_manager_delegate.h
index 019f36d53d14a6457a636cc6c0ced199cc9694d8..e28e6b36af5fd8a82d4168beaed898158178526e 100644
--- a/chrome/browser/autofill/autofill_manager_delegate.h
+++ b/chrome/browser/autofill/autofill_manager_delegate.h
@@ -21,6 +21,7 @@ namespace gfx {
class Rect;
}
+class AutofillMetrics;
class FormStructure;
class GURL;
class InfoBarService;
@@ -83,6 +84,7 @@ class AutofillManagerDelegate {
const FormData& form,
const GURL& source_url,
const content::SSLStatus& ssl_status,
+ const AutofillMetrics& metric_logger,
const base::Callback<void(const FormStructure*)>& callback) = 0;
// Called when the dialog for request autocomplete closes.

Powered by Google App Engine
This is Rietveld 408576698