| Index: chrome/browser/first_run.cc
|
| ===================================================================
|
| --- chrome/browser/first_run.cc (revision 19899)
|
| +++ chrome/browser/first_run.cc (working copy)
|
| @@ -310,6 +310,8 @@
|
| import_items += HISTORY;
|
| if (parse_result & installer_util::MASTER_PROFILE_IMPORT_BOOKMARKS)
|
| import_items += FAVORITES;
|
| + if (parse_result & installer_util::MASTER_PROFILE_IMPORT_HOME_PAGE)
|
| + import_items += HOME_PAGE;
|
|
|
| if (import_items) {
|
| // There is something to import from the default browser. This launches
|
|
|
| Property changes on: chrome\browser\first_run.cc
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/chrome/browser/first_run.cc:r18210,19692
|
|
|
|
|