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

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: Rebase harder 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 a27d7852adb3f1618ac267b5947b4aca50240523..0683d5369ad4172487a08add348b9037bae75a7e 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::DialogType dialog_type,
const base::Callback<void(const FormStructure*)>& callback);
// Happens when the autocomplete dialog runs its callback when being closed.
@@ -192,7 +193,7 @@ class AutofillManager : public content::WebContentsObserver,
}
// Exposed for testing.
- AutocheckoutManager* autocheckout_manager() {
+ autofill::AutocheckoutManager* autocheckout_manager() {
return &autocheckout_manager_;
}
@@ -370,7 +371,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_;
« no previous file with comments | « chrome/browser/autofill/autofill_external_delegate_unittest.cc ('k') | chrome/browser/autofill/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698