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

Side by Side Diff: chrome/browser/resources/welcome/win10/inline.html

Issue 2705913002: Do not guess UTF8 encoding (Closed)
Patch Set: updated resources Created 3 years, 10 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8">
4 <title>$i18n{headerText}</title> 5 <title>$i18n{headerText}</title>
5 6
6 <link rel="import" href="chrome://resources/cr_elements/icons.html"> 7 <link rel="import" href="chrome://resources/cr_elements/icons.html">
7 <link rel="import" href="chrome://resources/html/cr.html"> 8 <link rel="import" href="chrome://resources/html/cr.html">
8 <link rel="import" href="chrome://resources/html/polymer.html"> 9 <link rel="import" href="chrome://resources/html/polymer.html">
9 <link rel="import" href="chrome://resources/html/util.html"> 10 <link rel="import" href="chrome://resources/html/util.html">
10 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.h tml"> 11 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.h tml">
11 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu tton.html"> 12 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu tton.html">
12 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.ht ml"> 13 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.ht ml">
13 14
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 </div> 74 </div>
74 </template> 75 </template>
75 </div> 76 </div>
76 <paper-button class="button" on-tap="onContinue"> 77 <paper-button class="button" on-tap="onContinue">
77 $i18n{continueText} 78 $i18n{continueText}
78 </paper-button> 79 </paper-button>
79 </div> 80 </div>
80 </template> 81 </template>
81 </body> 82 </body>
82 </html> 83 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/welcome/welcome.html ('k') | chrome/browser/resources/welcome/win10/sectioned.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698