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 6d4d33593a1b695bccc0da2634d268c1e42a7e4c..e10a5f28ddb871575d661585a95e39454480dc0b 100644 |
--- a/chrome/browser/ui/browser_tab_contents.cc |
+++ b/chrome/browser/ui/browser_tab_contents.cc |
@@ -109,15 +109,11 @@ void BrowserTabContents::AttachTabHelpers(WebContents* web_contents) { |
AlternateErrorPageTabObserver::CreateForWebContents(web_contents); |
TabAutofillManagerDelegate::CreateForWebContents(web_contents); |
- bool native_autofill_ui_enabled = |
- !CommandLine::ForCurrentProcess()->HasSwitch( |
- switches::kDisableNativeAutofillUi); |
AutofillDriverImpl::CreateForWebContentsAndDelegate( |
web_contents, |
TabAutofillManagerDelegate::FromWebContents(web_contents), |
g_browser_process->GetApplicationLocale(), |
- AutofillManager::ENABLE_AUTOFILL_DOWNLOAD_MANAGER, |
- native_autofill_ui_enabled); |
+ AutofillManager::ENABLE_AUTOFILL_DOWNLOAD_MANAGER); |
BlockedContentTabHelper::CreateForWebContents(web_contents); |
BookmarkTabHelper::CreateForWebContents(web_contents); |
chrome_browser_net::LoadTimeStatsTabHelper::CreateForWebContents( |