| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 8847ae3f2edc65142f1524febc5aa449d28d3735..45cda8ef4cba6b83790cce00c14b896ee34f1525 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1134,6 +1134,10 @@ const char kImportSearchEngine[] = "import_search_engine";
|
| // browser on first run.
|
| const char kImportSavedPasswords[] = "import_saved_passwords";
|
|
|
| +// Boolean that specifies whether to import the form data for autofill from the
|
| +// default browser on first run.
|
| +const char kImportAutofillFormData[] = "import_autofill_form_data";
|
| +
|
| // Profile avatar and name
|
| const char kProfileAvatarIndex[] = "profile.avatar_index";
|
| const char kProfileName[] = "profile.name";
|
|
|