| Index: chrome/browser/cocoa/preferences_window_controller.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/preferences_window_controller.mm (revision 53981)
|
| +++ chrome/browser/cocoa/preferences_window_controller.mm (working copy)
|
| @@ -877,9 +877,7 @@
|
| }
|
|
|
| if (*prefName == prefs::kURLsToRestoreOnStartup) {
|
| - const SessionStartupPref startupPref =
|
| - SessionStartupPref::GetStartupPref(prefs_);
|
| - [customPagesSource_ setURLs:startupPref.urls];
|
| + [customPagesSource_ reloadURLs];
|
| }
|
|
|
| if (*prefName == prefs::kHomePageIsNewTabPage) {
|
|
|