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

Unified Diff: chrome/browser/ui/browser_tab_contents.cc

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/ui/browser_tab_contents.cc
diff --git a/chrome/browser/ui/browser_tab_contents.cc b/chrome/browser/ui/browser_tab_contents.cc
index 2d08b1b633d2438b4a735c51633eaf8ea91a8a85..e52f4bd6844d2a83a297db5db50c6f4cceeb7af5 100644
--- a/chrome/browser/ui/browser_tab_contents.cc
+++ b/chrome/browser/ui/browser_tab_contents.cc
@@ -105,9 +105,10 @@ void BrowserTabContents::AttachTabHelpers(WebContents* web_contents) {
SessionTabHelper::CreateForWebContents(web_contents);
AlternateErrorPageTabObserver::CreateForWebContents(web_contents);
- TabAutofillManagerDelegate::CreateForWebContents(web_contents);
+ autofill::TabAutofillManagerDelegate::CreateForWebContents(web_contents);
AutofillManager::CreateForWebContentsAndDelegate(
- web_contents, TabAutofillManagerDelegate::FromWebContents(web_contents));
+ web_contents,
+ autofill::TabAutofillManagerDelegate::FromWebContents(web_contents));
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches::kEnableNewAutofillUi)) {
AutofillExternalDelegate::CreateForWebContentsAndManager(
« no previous file with comments | « chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc ('k') | chrome/browser/ui/views/autofill/autofill_dialog_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698