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

Side by Side Diff: chrome/browser/resources/options/startup_section.html

Issue 10990052: Removing the "learn more" link for session restore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 8 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <label> 5 <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 i18n-content="startupShowNewTab"></span> 9 <span i18n-content="startupShowNewTab"></span>
10 </label> 10 </label>
11 </div> 11 </div>
12 <div class="radio"> 12 <div class="radio">
13 <label> 13 <label>
14 <input id="startup-restore-session" type="radio" name="startup" 14 <input id="startup-restore-session" type="radio" name="startup"
15 value="1" pref="session.restore_on_startup" 15 value="1" pref="session.restore_on_startup"
16 metric="Options_Startup_LastSession"> 16 metric="Options_Startup_LastSession">
17 <span i18n-content="startupRestoreLastSession"> 17 <span i18n-content="startupRestoreLastSession">
18 </span> 18 </span>
19 </label> 19 </label>
20 <a target="_blank" i18n-content="learnMore"
21 i18n-values="href:sessionRestoreLearnMoreURL"></a>
22 </div> 20 </div>
23 <div class="radio"> 21 <div class="radio">
24 <label> 22 <label>
25 <input id="startup-show-pages" type="radio" name="startup" 23 <input id="startup-show-pages" type="radio" name="startup"
26 pref="session.restore_on_startup" 24 pref="session.restore_on_startup"
27 value="4" metric="Options_Startup_Custom"> 25 value="4" metric="Options_Startup_Custom">
28 <span> 26 <span>
29 <span i18n-content="startupShowPages"></span> 27 <span i18n-content="startupShowPages"></span>
30 <button id="startup-set-pages" class="link-button" 28 <button id="startup-set-pages" class="link-button"
31 i18n-content="startupSetPages"></button> 29 i18n-content="startupSetPages"></button>
32 </span> 30 </span>
33 </label> 31 </label>
34 </div> 32 </div>
35 </div> 33 </div>
36 </section> 34 </section>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698