| Index: chrome/browser/resources/options/startup_section.html
|
| diff --git a/chrome/browser/resources/options/startup_section.html b/chrome/browser/resources/options/startup_section.html
|
| index 676dbbdb01c3d2de82d717a3f08ff3c1c7ce1bf8..3bf8a57d53da67f1a646c6cf061e00881066ee31 100644
|
| --- a/chrome/browser/resources/options/startup_section.html
|
| +++ b/chrome/browser/resources/options/startup_section.html
|
| @@ -4,7 +4,7 @@
|
| <div class="radio">
|
| <span class="controlled-setting-with-label">
|
| <input id="startup-newtab" type="radio" name="startup" value="5"
|
| - pref="session.restore_on_startup"
|
| + pref="session.startup_urls"
|
| metric="Options_Startup_NewTab">
|
| <span>
|
| <label for="startup-newtab" i18n-content="startupShowNewTab"></label>
|
|
|