| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index eeb55ba929529082b2864b4f86a4f4e310aa7fd7..2895dd8290812358312ef9d5ec349b3cd7a40f8e 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -717,6 +717,26 @@ const char kEnableHyperlinkAuditing[] = "enable_a_ping";
|
| // Whether to enable sending referrers.
|
| const char kEnableReferrers[] = "enable_referrers";
|
|
|
| +// Boolean that specifies whether to import bookmarks from the default browser
|
| +// on first run.
|
| +const char kImportBookmarks[] = "import_bookmarks";
|
| +
|
| +// Boolean that specifies whether to import the browsing history from the
|
| +// default browser on first run.
|
| +const char kImportHistory[] = "import_history";
|
| +
|
| +// Boolean that specifies whether to import the homepage from the default
|
| +// browser on first run.
|
| +const char kImportHomepage[] = "import_home_page";
|
| +
|
| +// Boolean that specifies whether to import the search engine from the default
|
| +// browser on first run.
|
| +const char kImportSearchEngine[] = "import_search_engine";
|
| +
|
| +// Boolean that specifies whether to import the saved passwords from the default
|
| +// browser on first run.
|
| +const char kImportSavedPasswords[] = "import_saved_passwords";
|
| +
|
| #if !defined(OS_MACOSX) && !defined(OS_CHROMEOS) && defined(OS_POSIX)
|
| // The local profile id for this profile.
|
| const char kLocalProfileId[] = "profile.local_profile_id";
|
|
|