diff options
author | georgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 02:36:46 +0000 |
---|---|---|
committer | georgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 02:36:46 +0000 |
commit | f69c8856f8de9aeb109363da9eca25f781323ff8 (patch) | |
tree | 699413c984eb7aaa4baa0f0afedf918017435e8a /chrome/common/pref_names.cc | |
parent | 005bb5f499ad3282ffb6ad7d14167e1801796ef0 (diff) | |
download | chromium_src-f69c8856f8de9aeb109363da9eca25f781323ff8.zip chromium_src-f69c8856f8de9aeb109363da9eca25f781323ff8.tar.gz chromium_src-f69c8856f8de9aeb109363da9eca25f781323ff8.tar.bz2 |
Import locally saved IE Tolbar Autofill data
BUG=49084
TEST=Should automatically import the data on fresh install of Chrome.
Review URL: http://codereview.chromium.org/3367016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62232 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index e0a0844..81da3dd 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -554,6 +554,9 @@ const char kAutoFillPositiveUploadRate[] = "autofill.positive_upload_rate"; // Double that indicates negative (for not matched forms) upload rate. const char kAutoFillNegativeUploadRate[] = "autofill.negative_upload_rate"; +// Boolean option set to true on the first run. Non-persistent. +const char kAutoFillPersonalDataManagerFirstRun[] = "autofill.pdm.first_run"; + // Boolean that is true when the tabstrip is to be laid out vertically down the // side of the browser window. const char kUseVerticalTabs[] = "tabs.use_vertical_tabs"; |