Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2505)

Unified Diff: chrome/browser/resources/options/startup_section.html

Issue 24930003: Migrate startup URLs pref. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698