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

Unified Diff: chrome/browser/android/tab_android.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
« no previous file with comments | « no previous file | chrome/browser/autofill/autocheckout_infobar_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/tab_android.cc
diff --git a/chrome/browser/android/tab_android.cc b/chrome/browser/android/tab_android.cc
index 711f6cfa48b872dcf4f95769c529935966b7e780..e9fa111e9258a90e3c55c622186d4a56bdf70805 100644
--- a/chrome/browser/android/tab_android.cc
+++ b/chrome/browser/android/tab_android.cc
@@ -55,9 +55,10 @@ void BrowserTabContents::AttachTabHelpers(WebContents* contents) {
// helpers may rely on that.
SessionTabHelper::CreateForWebContents(contents);
- TabAutofillManagerDelegate::CreateForWebContents(contents);
+ autofill::TabAutofillManagerDelegate::CreateForWebContents(contents);
AutofillManager::CreateForWebContentsAndDelegate(
- contents, TabAutofillManagerDelegate::FromWebContents(contents));
+ contents,
+ autofill::TabAutofillManagerDelegate::FromWebContents(contents));
AutofillExternalDelegate::CreateForWebContentsAndManager(
contents, AutofillManager::FromWebContents(contents));
AutofillManager::FromWebContents(contents)->SetExternalDelegate(
« no previous file with comments | « no previous file | chrome/browser/autofill/autocheckout_infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698