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

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

Issue 9705092: Add IDS_ABOUT_CROS_VERSION_LICENSE support back to chrome://chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/app/google_chrome_strings.grd ('k') | chrome/browser/resources/help/help.js » ('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="../shared/css/chrome_shared2.css"> 6 <link rel="stylesheet" href="../shared/css/chrome_shared2.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/local_strings.js"></script> 10 <script src="chrome://resources/js/local_strings.js"></script>
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 <div id="update-percentage" hidden></div> 76 <div id="update-percentage" hidden></div>
77 <button id="promote" i18n-content="promote" hidden></button> 77 <button id="promote" i18n-content="promote" hidden></button>
78 <button id="relaunch" i18n-content="relaunch" hidden></button> 78 <button id="relaunch" i18n-content="relaunch" hidden></button>
79 </div> 79 </div>
80 </if> 80 </if>
81 </div> 81 </div>
82 <div id="product-container"> 82 <div id="product-container">
83 <div i18n-content="productName"></div> 83 <div i18n-content="productName"></div>
84 <div i18n-content="productCopyright"></div> 84 <div i18n-content="productCopyright"></div>
85 <div id="product-license"></div> 85 <div id="product-license"></div>
86 <if expr="pp_ifdef('chromeos')">
James Hawkins 2012/03/18 02:55:29 The mocks don't call for this. Why is this being
87 <div id="product-os-license"></div>
88 </if>
86 <if expr="pp_ifdef('_google_chrome')"> 89 <if expr="pp_ifdef('_google_chrome')">
87 <div id="product-tos"></div> 90 <div id="product-tos"></div>
88 </if> 91 </if>
89 </div> 92 </div>
90 </div> 93 </div>
91 </body> 94 </body>
92 <script src="chrome://help-frame/strings.js"></script> 95 <script src="chrome://help-frame/strings.js"></script>
93 <script src="chrome://resources/js/i18n_template.js"></script> 96 <script src="chrome://resources/js/i18n_template.js"></script>
94 <script src="chrome://resources/js/i18n_process.js"></script> 97 <script src="chrome://resources/js/i18n_process.js"></script>
95 </html> 98 </html>
OLDNEW
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/resources/help/help.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698