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

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

Issue 500107: Changes the title of the in-product EULAs to not contain "OEM"... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years 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 | « 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 OEM 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">
11 <tr> 11 <tr>
12 <td valign="top" width="48" align="center"> 12 <td valign="top" width="48" align="center">
13 <img class="icon" src="res://setup.exe/EULA/IDR_EULA_ICO.PNG" width="32" height="32" /> 13 <img class="icon" src="res://setup.exe/EULA/IDR_EULA_ICO.PNG" width="32" height="32" />
14 <div class="icontext">Google Chrome</div> 14 <div class="icontext">Google Chrome</div>
(...skipping 30 matching lines...) Expand all
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