[Autofill] Flip the native Autofill popup UI to be enabled by default.
BUG=171513
TEST=none
Review URL: https://chromiumcodereview.appspot.com/13500005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192280 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 781835f..67e566c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1139,11 +1139,11 @@
SINGLE_VALUE_TYPE(switches::kPerformanceMonitorGathering)
},
{
- "enable-native-autofill-ui",
- IDS_FLAGS_ENABLE_NATIVE_AUTOFILL_UI_NAME,
- IDS_FLAGS_ENABLE_NATIVE_AUTOFILL_UI_DESCRIPTION,
+ "disable-native-autofill-ui",
+ IDS_FLAGS_DISABLE_NATIVE_AUTOFILL_UI_NAME,
+ IDS_FLAGS_DISABLE_NATIVE_AUTOFILL_UI_DESCRIPTION,
kOsDesktop,
- SINGLE_VALUE_TYPE(switches::kEnableNativeAutofillUi)
+ SINGLE_VALUE_TYPE(switches::kDisableNativeAutofillUi)
},
{
"show-app-list-shortcut",