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

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

Issue 2060623002: Implementation of Device End of Life Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify browsertest Created 4 years, 6 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 <div id="allowed-connection-types-message" hidden></div> 45 <div id="allowed-connection-types-message" hidden></div>
46 </div> 46 </div>
47 </div> 47 </div>
48 <div id="update-buttons-container"> 48 <div id="update-buttons-container">
49 <div id="update-percentage" hidden></div> 49 <div id="update-percentage" hidden></div>
50 <if expr="is_macosx"> 50 <if expr="is_macosx">
51 <button id="promote" i18n-content="promote" hidden></button> 51 <button id="promote" i18n-content="promote" hidden></button>
52 </if> 52 </if>
53 <button id="relaunch" i18n-content="relaunch" hidden></button> 53 <button id="relaunch" i18n-content="relaunch" hidden></button>
54 <if expr="chromeos"> 54 <if expr="chromeos">
55 <div id ="eol-message" hidden></div>
55 <button id="relaunch-and-powerwash" 56 <button id="relaunch-and-powerwash"
56 i18n-content="relaunchAndPowerwash" hidden> 57 i18n-content="relaunchAndPowerwash" hidden>
57 </button> 58 </button>
58 <button id="request-update" i18n-content="updateButton"> 59 <button id="request-update" i18n-content="updateButton">
59 </button> 60 </button>
60 <div id="controlled-feature-icon" class="help-page-icon" hidden></div> 61 <div id="controlled-feature-icon" class="help-page-icon" hidden></div>
61 </if> 62 </if>
62 </div> 63 </div>
63 </if> 64 </if>
64 <if expr="chromeos"> 65 <if expr="chromeos">
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 <if expr="_google_chrome"> 121 <if expr="_google_chrome">
121 <div id="product-tos"></div> 122 <div id="product-tos"></div>
122 </if> 123 </if>
123 </div> 124 </div>
124 <if expr="chromeos"> 125 <if expr="chromeos">
125 <div id="regulatory-label-container" hidden> 126 <div id="regulatory-label-container" hidden>
126 <img id="regulatory-label"> 127 <img id="regulatory-label">
127 </div> 128 </div>
128 </if> 129 </if>
129 </div> 130 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698