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

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

Issue 1279093002: Reland of Add channel-specific product logo to chrome://help (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/webui/help/help_ui.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 <div class="content-area"> 1 <div class="content-area">
2 <div id="about-container"> 2 <div id="about-container">
3 <img id="product-logo" src="chrome://theme/IDR_PRODUCT_LOGO_32" alt=""> 3 <img id="product-logo" src="chrome://help-frame/current-channel-logo"
4 alt="">
4 <div id="product-description"> 5 <div id="product-description">
5 <h2 i18n-content="aboutProductTitle"></h2> 6 <h2 i18n-content="aboutProductTitle"></h2>
6 <span i18n-content="aboutProductDescription"></span> 7 <span i18n-content="aboutProductDescription"></span>
7 </div> 8 </div>
8 </div> 9 </div>
9 <div id="help-container"> 10 <div id="help-container">
10 <button id="get-help" i18n-content="getHelpWithChrome"></button> 11 <button id="get-help" i18n-content="getHelpWithChrome"></button>
11 <if expr="_google_chrome"> 12 <if expr="_google_chrome">
12 <button id="report-issue" i18n-content="reportAnIssue"></button> 13 <button id="report-issue" i18n-content="reportAnIssue"></button>
13 </if> 14 </if>
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 <if expr="_google_chrome"> 110 <if expr="_google_chrome">
110 <div id="product-tos"></div> 111 <div id="product-tos"></div>
111 </if> 112 </if>
112 </div> 113 </div>
113 <if expr="chromeos"> 114 <if expr="chromeos">
114 <div id="regulatory-label-container" hidden> 115 <div id="regulatory-label-container" hidden>
115 <img id="regulatory-label"> 116 <img id="regulatory-label">
116 </div> 117 </div>
117 </if> 118 </if>
118 </div> 119 </div>
OLDNEW
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/webui/help/help_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698