summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 18:40:35 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 18:40:35 +0000
commit6e6fb4422a7713f94c83cb0fa418c07e43420fb1 (patch)
treeaea8bbdee619fc2150163a1eb81158afe06a528a /chrome/common
parent1b613008b9931d51c4d9a597e0340425ef3e8234 (diff)
downloadchromium_src-6e6fb4422a7713f94c83cb0fa418c07e43420fb1.zip
chromium_src-6e6fb4422a7713f94c83cb0fa418c07e43420fb1.tar.gz
chromium_src-6e6fb4422a7713f94c83cb0fa418c07e43420fb1.tar.bz2
AutoFill: Remove the default profile/CC prefs.
BUG=none TEST=none Review URL: http://codereview.chromium.org/2762013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/pref_names.cc6
-rw-r--r--chrome/common/pref_names.h2
2 files changed, 0 insertions, 8 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index e63ee6b..39b1a18 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -468,12 +468,6 @@ const wchar_t kAutoFillAuxiliaryProfilesEnabled[] =
// Position and size of the autofill dialog.
const wchar_t kAutoFillDialogPlacement[] = L"autofill.dialog_placement";
-// The label of the default AutoFill profile.
-const wchar_t kAutoFillDefaultProfile[] = L"autofill.default_profile";
-
-// The label of the default AutoFill credit card.
-const wchar_t kAutoFillDefaultCreditCard[] = L"autofill.default_creditcard";
-
// Double that indicates positive (for matched forms) upload rate.
const wchar_t kAutoFillPositiveUploadRate[] = L"autofill.positive_upload_rate";
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index f1cb15b..f6c05e4 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -177,8 +177,6 @@ extern const wchar_t kAutoFillInfoBarShown[];
extern const wchar_t kAutoFillEnabled[];
extern const wchar_t kAutoFillAuxiliaryProfilesEnabled[];
extern const wchar_t kAutoFillDialogPlacement[];
-extern const wchar_t kAutoFillDefaultProfile[];
-extern const wchar_t kAutoFillDefaultCreditCard[];
extern const wchar_t kAutoFillPositiveUploadRate[];
extern const wchar_t kAutoFillNegativeUploadRate[];