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

Side by Side Diff: chrome/browser/resources/local_ntp/local_ntp.html

Issue 2903063007: WebUI: Linting: Add missing semicolons in local_ntp code. (Closed)
Patch Set: Add more files Created 3 years, 7 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 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 3 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. --> 5 found in the LICENSE file. -->
6 <head> 6 <head>
7 <link rel="stylesheet" href="chrome-search://local-ntp/theme.css"></link> 7 <link rel="stylesheet" href="chrome-search://local-ntp/theme.css"></link>
8 <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link> 8 <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link>
9 <script src="chrome-search://local-ntp/config.js" 9 <script src="chrome-search://local-ntp/config.js"
10 integrity="{{CONFIG_INTEGRITY}}"></script> 10 integrity="{{CONFIG_INTEGRITY}}"></script>
11 <script src="chrome-search://local-ntp/local-ntp.js" 11 <script src="chrome-search://local-ntp/local-ntp.js"
12 integrity="sha256-yAvSu2Dl9rlQTpQn8P1hcE5GUFQVGbuCMHypwtN6uDg="></script> 12 integrity="sha256-//Ntxa12Vzvs6oUFThZ7SAu9dDxHfqgUeSTOrQKqlgE="></script>
13 <meta charset="utf-8"> 13 <meta charset="utf-8">
14 <meta name="google" value="notranslate"> 14 <meta name="google" value="notranslate">
15 </head> 15 </head>
16 <body> 16 <body>
17 <!-- Container for the OneGoogleBar HTML. --> 17 <!-- Container for the OneGoogleBar HTML. -->
18 <div id="one-google" class="hidden"></div> 18 <div id="one-google" class="hidden"></div>
19 19
20 <div id="ntp-contents"> 20 <div id="ntp-contents">
21 <div id="logo" title="Google"></div> 21 <div id="logo" title="Google"></div>
22 <div id="fakebox"> 22 <div id="fakebox">
(...skipping 15 matching lines...) Expand all
38 <div id="mv-notice-x" tabIndex="1"></div> 38 <div id="mv-notice-x" tabIndex="1"></div>
39 </span> 39 </span>
40 </div> 40 </div>
41 </div> 41 </div>
42 <div id="attribution"><div id="attribution-text"></div></div> 42 <div id="attribution"><div id="attribution-text"></div></div>
43 </div> 43 </div>
44 44
45 <div id="one-google-end-of-body"></div> 45 <div id="one-google-end-of-body"></div>
46 </body> 46 </body>
47 </html> 47 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/local_ntp/local_ntp.js » ('j') | chrome/browser/resources/local_ntp/local_ntp.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698