Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
| index d6b67451f6d502bc60035b134eb9936c479f411a..73a38e2cd6d91b00ff97ebb1094cb1198a4f5a38 100644 |
| --- a/chrome/common/pref_names.cc |
| +++ b/chrome/common/pref_names.cc |
| @@ -1297,6 +1297,27 @@ const char kClearPluginLSODataEnabled[] = "browser.clear_lso_data_enabled"; |
| // String which specifies where to store the disk cache. |
| const char kDiskCacheDir[] = "browser.disk_cache_dir"; |
| +// Boolean that specifies whether to import bookmarks from the default browser |
| +// on first run. |
| +const char kImportBookmarks[] = "import_bookmarks"; |
|
Mattias Nissler (ping if slow)
2011/07/18 15:02:30
These are in the wrong section (this is LOCAL_STAT
|
| + |
| +// 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"; |
| + |
| + |
| // *************** SERVICE PREFS *************** |
| // These are attached to the service process. |