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

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: Rename remaining old pref value. 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.restore_on_startup"
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>
(...skipping 26 matching lines...) Expand all
37 <span> 37 <span>
38 <label for="startup-show-pages" i18n-content="startupShowPages"> 38 <label for="startup-show-pages" i18n-content="startupShowPages">
39 </label> 39 </label>
40 <span class="controlled-setting-indicator" 40 <span class="controlled-setting-indicator"
41 pref="session.restore_on_startup" value="4"> 41 pref="session.restore_on_startup" value="4">
42 </span> 42 </span>
43 <button id="startup-set-pages" class="link-button" 43 <button id="startup-set-pages" class="link-button"
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.startup_urls">
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
« no previous file with comments | « chrome/browser/resources/options/startup_overlay.js ('k') | chrome/browser/sync/profile_sync_service_preference_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698