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

Unified Diff: chrome/browser/options_util.cc

Issue 661327: Fix the content page of the options dialog to use kAutoFillEnabled instead of... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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/options_util.cc
===================================================================
--- chrome/browser/options_util.cc (revision 40291)
+++ chrome/browser/options_util.cc (working copy)
@@ -43,7 +43,7 @@
prefs::kDownloadDefaultDirectory,
prefs::kDownloadExtensionsToOpen,
prefs::kEnableSpellCheck,
- prefs::kFormAutofillEnabled,
+ prefs::kAutoFillEnabled,
prefs::kHomePage,
prefs::kHomePageIsNewTabPage,
prefs::kMixedContentFiltering,

Powered by Google App Engine
This is Rietveld 408576698