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" |
MAD
2013/10/15 14:31:16
Again, this is not the same pref as urls_to_restor
robertshield
2013/10/15 18:00:44
Done.
|
+ pref="session.startup_urls" |
metric="Options_Startup_NewTab"> |
<span> |
<label for="startup-newtab" i18n-content="startupShowNewTab"></label> |