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

Side by Side Diff: chrome/installer/setup/eula/oem_en.html

Issue 2163913002: Update support link in EULA dialog to the new p-link. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « chrome/installer/setup/eula/oem_el.html ('k') | chrome/installer/setup/eula/oem_en-GB.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Google Chrome EULA</title> 4 <title>Google Chrome EULA</title>
5 <link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" / > 5 <link rel="stylesheet" type="text/css" href="res://setup.exe/IDR_EULA_CSS.CSS" / >
6 <script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script> 6 <script type="text/javascript" src="res://setup.exe/IDR_EULA_JSC.JS"></script>
7 </head> 7 </head>
8 <body> 8 <body>
9 <div class="header"> 9 <div class="header">
10 <table cellpadding="0" cellspacing="0" border="0"> 10 <table cellpadding="0" cellspacing="0" border="0">
(...skipping 21 matching lines...) Expand all
32 <form method="post" action="" onsubmit="checkAccept(this); return false;"> 32 <form method="post" action="" onsubmit="checkAccept(this); return false;">
33 <table cellpadding="0" cellspacing="0" border="0"> 33 <table cellpadding="0" cellspacing="0" border="0">
34 <tr> 34 <tr>
35 <td valign="top"> 35 <td valign="top">
36 <input type="checkbox" name="accept" id="accept" />&nbsp; 36 <input type="checkbox" name="accept" id="accept" />&nbsp;
37 </td> 37 </td>
38 <td valign="top" class="labelcell"> 38 <td valign="top" class="labelcell">
39 <label for="accept"><b>Optional:</b> Help make Google Chrome 39 <label for="accept"><b>Optional:</b> Help make Google Chrome
40 better by automatically sending usage statistics and crash reports 40 better by automatically sending usage statistics and crash reports
41 to Google. 41 to Google.
42 <a href="https://support.google.com/chrome/answer/96817&hl=en">Learn m ore</a> 42 <a href="https://support.google.com/chrome/?p=usage_stats_crash_report s">Learn more</a>
43 </label> 43 </label>
44 </td> 44 </td>
45 </tr> 45 </tr>
46 </table> 46 </table>
47 <div class="buttons"> 47 <div class="buttons">
48 <input type="submit" name="submit" value="Accept and Run" /> 48 <input type="submit" name="submit" value="Accept and Run" />
49 <input onClick="window.returnValue = 2; window.close();" type="button" nam e="cancel" value="Cancel" /> 49 <input onClick="window.returnValue = 2; window.close();" type="button" nam e="cancel" value="Cancel" />
50 </div> 50 </div>
51 </form> 51 </form>
52 </div> 52 </div>
53 </body> 53 </body>
54 </html> 54 </html>
OLDNEW
« no previous file with comments | « chrome/installer/setup/eula/oem_el.html ('k') | chrome/installer/setup/eula/oem_en-GB.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698