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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <section id="startup-section" guest-visibility="hidden"> 1 <section id="startup-section" guest-visibility="hidden">
2 <h3 i18n-content="sectionTitleStartup"></h3> 2 <h3 i18n-content="sectionTitleStartup"></h3>
3 <div> 3 <div>
4 <div class="radio"> 4 <div class="radio">
5 <span class="controlled-setting-with-label"> 5 <span class="controlled-setting-with-label">
6 <input id="startup-newtab" type="radio" name="startup" value="5" 6 <input id="startup-newtab" type="radio" name="startup" value="5"
7 pref="session.restore_on_startup" 7 pref="session.startup_urls"
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.
8 metric="Options_Startup_NewTab"> 8 metric="Options_Startup_NewTab">
9 <span> 9 <span>
10 <label for="startup-newtab" i18n-content="startupShowNewTab"></label> 10 <label for="startup-newtab" i18n-content="startupShowNewTab"></label>
11 <span class="controlled-setting-indicator" 11 <span class="controlled-setting-indicator"
12 pref="session.restore_on_startup" value="5"> 12 pref="session.restore_on_startup" value="5">
13 </span> 13 </span>
14 </span> 14 </span>
15 </span> 15 </span>
16 </div> 16 </div>
17 <div class="radio"> 17 <div class="radio">
(...skipping 26 matching lines...) Expand all
44 i18n-content="startupSetPages"> 44 i18n-content="startupSetPages">
45 </button> 45 </button>
46 <span class="controlled-setting-indicator" 46 <span class="controlled-setting-indicator"
47 pref="session.urls_to_restore_on_startup"> 47 pref="session.urls_to_restore_on_startup">
48 </span> 48 </span>
49 </span> 49 </span>
50 </label> 50 </label>
51 </div> 51 </div>
52 </div> 52 </div>
53 </section> 53 </section>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698