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

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

Issue 9700049: Help: Implement version updating on Win. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix 2. Created 8 years, 8 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 | « no previous file | chrome/browser/ui/webui/help/help_handler.cc » ('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_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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 i18n-content="showMoreInfo"> 67 i18n-content="showMoreInfo">
68 </button> 68 </button>
69 </if> 69 </if>
70 <if expr="pp_ifdef('chromeos') or (pp_ifdef('_google_chrome') and (is_win or is_ macosx))"> 70 <if expr="pp_ifdef('chromeos') or (pp_ifdef('_google_chrome') and (is_win or is_ macosx))">
71 <div id="update-status-container"> 71 <div id="update-status-container">
72 <div id="update-status-icon" class="up-to-date"></div> 72 <div id="update-status-icon" class="up-to-date"></div>
73 <span id="update-status" i18n-content="updateCheckStarted"></span> 73 <span id="update-status" i18n-content="updateCheckStarted"></span>
74 </div> 74 </div>
75 <div id="update-buttons-container"> 75 <div id="update-buttons-container">
76 <div id="update-percentage" hidden></div> 76 <div id="update-percentage" hidden></div>
77 <if expr="is_macosx">
77 <button id="promote" i18n-content="promote" hidden></button> 78 <button id="promote" i18n-content="promote" hidden></button>
79 </if>
78 <button id="relaunch" i18n-content="relaunch" hidden></button> 80 <button id="relaunch" i18n-content="relaunch" hidden></button>
79 </div> 81 </div>
80 </if> 82 </if>
81 </div> 83 </div>
82 <div id="product-container"> 84 <div id="product-container">
83 <div i18n-content="productName"></div> 85 <div i18n-content="productName"></div>
84 <div i18n-content="productCopyright"></div> 86 <div i18n-content="productCopyright"></div>
85 <div id="product-license"></div> 87 <div id="product-license"></div>
86 <if expr="pp_ifdef('chromeos')"> 88 <if expr="pp_ifdef('chromeos')">
87 <div id="product-os-license"></div> 89 <div id="product-os-license"></div>
88 </if> 90 </if>
89 <if expr="pp_ifdef('_google_chrome')"> 91 <if expr="pp_ifdef('_google_chrome')">
90 <div id="product-tos"></div> 92 <div id="product-tos"></div>
91 </if> 93 </if>
92 </div> 94 </div>
93 </div> 95 </div>
94 </body> 96 </body>
95 <script src="chrome://help-frame/strings.js"></script> 97 <script src="chrome://help-frame/strings.js"></script>
96 <script src="chrome://resources/js/i18n_template.js"></script> 98 <script src="chrome://resources/js/i18n_template.js"></script>
97 <script src="chrome://resources/js/i18n_process.js"></script> 99 <script src="chrome://resources/js/i18n_process.js"></script>
98 </html> 100 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/help/help_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698