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

Side by Side Diff: chrome/browser/resources/ntp4/incognito_tab.html

Issue 117713003: Add encoding info for those WebUI pages that were missing it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values="dir:textdirection;bookmarkbarattached:bookmarkbarattached"> 2 <html i18n-values="dir:textdirection;bookmarkbarattached:bookmarkbarattached">
3 <head> 3 <head>
4 <meta charset="utf-8">
4 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
5 <link rel="stylesheet" href="incognito_tab.css"> 6 <link rel="stylesheet" href="incognito_tab.css">
6 <script> 7 <script>
7 // Until themes can clear the cache, force-reload the theme stylesheet. 8 // Until themes can clear the cache, force-reload the theme stylesheet.
8 document.write('<link id="incognitothemecss" rel="stylesheet" ' + 9 document.write('<link id="incognitothemecss" rel="stylesheet" ' +
9 'href="chrome://theme/css/incognito_new_tab_theme.css?' + 10 'href="chrome://theme/css/incognito_new_tab_theme.css?' +
10 Date.now() + '">'); 11 Date.now() + '">');
11 </script> 12 </script>
12 </head> 13 </head>
13 <body> 14 <body>
(...skipping 24 matching lines...) Expand all
38 'chrome://theme/css/incognito_new_tab_theme.css?' + Date.now(); 39 'chrome://theme/css/incognito_new_tab_theme.css?' + Date.now();
39 } 40 }
40 41
41 return { 42 return {
42 setBookmarkBarAttached: setBookmarkBarAttached, 43 setBookmarkBarAttached: setBookmarkBarAttached,
43 themeChanged: themeChanged, 44 themeChanged: themeChanged,
44 }; 45 };
45 }); 46 });
46 </script> 47 </script>
47 </html> 48 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/guest_tab.html ('k') | chrome/browser/resources/predictors/predictors.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698