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

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

Issue 1280033002: Revert 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://help-frame/current-channel-logo" 3 <img id="product-logo" src="chrome://theme/IDR_PRODUCT_LOGO_32" alt="">
4 alt="">
5 <div id="product-description"> 4 <div id="product-description">
6 <h2 i18n-content="aboutProductTitle"></h2> 5 <h2 i18n-content="aboutProductTitle"></h2>
7 <span i18n-content="aboutProductDescription"></span> 6 <span i18n-content="aboutProductDescription"></span>
8 </div> 7 </div>
9 </div> 8 </div>
10 <div id="help-container"> 9 <div id="help-container">
11 <button id="get-help" i18n-content="getHelpWithChrome"></button> 10 <button id="get-help" i18n-content="getHelpWithChrome"></button>
12 <if expr="_google_chrome"> 11 <if expr="_google_chrome">
13 <button id="report-issue" i18n-content="reportAnIssue"></button> 12 <button id="report-issue" i18n-content="reportAnIssue"></button>
14 </if> 13 </if>
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 <if expr="_google_chrome"> 109 <if expr="_google_chrome">
111 <div id="product-tos"></div> 110 <div id="product-tos"></div>
112 </if> 111 </if>
113 </div> 112 </div>
114 <if expr="chromeos"> 113 <if expr="chromeos">
115 <div id="regulatory-label-container" hidden> 114 <div id="regulatory-label-container" hidden>
116 <img id="regulatory-label"> 115 <img id="regulatory-label">
117 </div> 116 </div>
118 </if> 117 </if>
119 </div> 118 </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