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

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

Issue 2125473002: Remove WebKit version from the About page on Chrome OS and the Blink version from chrome://version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: superfluous include Created 4 years, 5 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
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" srcset="chrome://theme/current-channel-logo@1x 1x, 3 <img id="product-logo" srcset="chrome://theme/current-channel-logo@1x 1x,
4 chrome://theme/current-channel-logo@2x 2x" 4 chrome://theme/current-channel-logo@2x 2x"
5 alt=""> 5 alt="">
6 <div id="product-description"> 6 <div id="product-description">
7 <h2 i18n-content="aboutProductTitle"></h2> 7 <h2 i18n-content="aboutProductTitle"></h2>
8 <span i18n-content="aboutProductDescription"></span> 8 <span i18n-content="aboutProductDescription"></span>
9 </div> 9 </div>
10 </div> 10 </div>
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 hidden></span> 89 hidden></span>
90 </div> 90 </div>
91 <button id="change-channel" 91 <button id="change-channel"
92 i18n-content="channelChangeButton" disabled> 92 i18n-content="channelChangeButton" disabled>
93 </button> 93 </button>
94 <div id="channel-change-disallowed-icon" 94 <div id="channel-change-disallowed-icon"
95 class="help-page-icon" hidden> 95 class="help-page-icon" hidden>
96 </div> 96 </div>
97 </section> 97 </section>
98 <section> 98 <section>
99 <h3 i18n-content="webkit"></h3>
100 <div i18n-content="webkitVersion" dir="ltr"></div>
101 </section>
102 <section>
103 <h3 i18n-content="jsEngine" dir="ltr"></h3> 99 <h3 i18n-content="jsEngine" dir="ltr"></h3>
104 <div i18n-content="jsEngineVersion"></div> 100 <div i18n-content="jsEngineVersion"></div>
105 </section> 101 </section>
106 <section> 102 <section>
107 <h3 i18n-content="userAgent"></h3> 103 <h3 i18n-content="userAgent"></h3>
108 <div i18n-content="userAgentInfo" dir="ltr"></div> 104 <div i18n-content="userAgentInfo" dir="ltr"></div>
109 </section> 105 </section>
110 <section> 106 <section>
111 <h3 i18n-content="commandLine"></h3> 107 <h3 i18n-content="commandLine"></h3>
112 <div i18n-content="commandLineInfo" dir="ltr"></div> 108 <div i18n-content="commandLineInfo" dir="ltr"></div>
(...skipping 16 matching lines...) Expand all
129 <if expr="_google_chrome"> 125 <if expr="_google_chrome">
130 <div id="product-tos"></div> 126 <div id="product-tos"></div>
131 </if> 127 </if>
132 </div> 128 </div>
133 <if expr="chromeos"> 129 <if expr="chromeos">
134 <div id="regulatory-label-container" hidden> 130 <div id="regulatory-label-container" hidden>
135 <img id="regulatory-label"> 131 <img id="regulatory-label">
136 </div> 132 </div>
137 </if> 133 </if>
138 </div> 134 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698