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

Side by Side Diff: chrome/browser/resources/help/help.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
« no previous file with comments | « chrome/browser/resources/feedback.html ('k') | chrome/browser/resources/history/history.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="helpTitle"></title> 5 <title i18n-content="helpTitle"></title>
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/uber_shared.css"> 7 <link rel="stylesheet" href="../uber/uber_shared.css">
8 <link rel="stylesheet" href="help.css"> 8 <link rel="stylesheet" href="help.css">
9 <script src="chrome://resources/js/cr.js"></script> 9 <script src="chrome://resources/js/cr.js"></script>
10 <script src="chrome://resources/js/load_time_data.js"></script> 10 <script src="chrome://resources/js/load_time_data.js"></script>
11 <script src="chrome://resources/js/util.js"></script> 11 <script src="chrome://resources/js/util.js"></script>
12 <script src="chrome://help-frame/help.js"></script> 12 <script src="chrome://help-frame/help.js"></script>
13 </head> 13 </head>
14 <body class="uber-frame" 14 <body class="uber-frame"
15 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> 15 i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
16 <div class="page"> 16 <div class="page">
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 </if> 94 </if>
95 <if expr="pp_ifdef('_google_chrome')"> 95 <if expr="pp_ifdef('_google_chrome')">
96 <div id="product-tos"></div> 96 <div id="product-tos"></div>
97 </if> 97 </if>
98 </div> 98 </div>
99 </div> 99 </div>
100 </body> 100 </body>
101 <script src="chrome://help-frame/strings.js"></script> 101 <script src="chrome://help-frame/strings.js"></script>
102 <script src="chrome://resources/js/i18n_template2.js"></script> 102 <script src="chrome://resources/js/i18n_template2.js"></script>
103 </html> 103 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/feedback.html ('k') | chrome/browser/resources/history/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698