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

Side by Side Diff: chrome/browser/resources/uber/uber_frame.html

Issue 10444043: rename chrome_shared2.css to chrome_shared.css (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values="dir:textdirection;" id="uber"> 2 <html i18n-values="dir:textdirection;" id="uber">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 5
6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared2.css"> 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
7 <link rel="stylesheet" href="uber_frame.css"> 7 <link rel="stylesheet" href="uber_frame.css">
8 8
9 <script src="chrome://resources/js/cr.js"></script> 9 <script src="chrome://resources/js/cr.js"></script>
10 <script src="chrome://uber-frame/uber_frame.js"></script> 10 <script src="chrome://uber-frame/uber_frame.js"></script>
11 </head> 11 </head>
12 12
13 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 13 <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
14 14
15 <h1 i18n-content="shortProductName"></h1> 15 <h1 i18n-content="shortProductName"></h1>
16 <ul> 16 <ul>
(...skipping 14 matching lines...) Expand all
31 i18n-content="helpDisplayName"></button> 31 i18n-content="helpDisplayName"></button>
32 </li> 32 </li>
33 </ul> 33 </ul>
34 34
35 <script src="chrome://uber-frame/strings.js"></script> 35 <script src="chrome://uber-frame/strings.js"></script>
36 <script src="chrome://resources/js/i18n_template.js"></script> 36 <script src="chrome://resources/js/i18n_template.js"></script>
37 <script src="chrome://resources/js/i18n_process.js"></script> 37 <script src="chrome://resources/js/i18n_process.js"></script>
38 38
39 </body> 39 </body>
40 </html> 40 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/uber/uber.html ('k') | chrome/browser/ui/webui/shared_resources_data_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698