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

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

Issue 17052008: [Autofill] Remove the "Disable native Autofill UI" flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 6 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 | « chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698