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

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

Issue 476983002: About page should not automatically trigger OS updates (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 <div class="content-area"> 1 <div class="content-area">
2 <div id="about-container"> 2 <div id="about-container">
3 <img src="chrome://theme/IDR_PRODUCT_LOGO_32"> 3 <img src="chrome://theme/IDR_PRODUCT_LOGO_32">
4 <div id="product-description"> 4 <div id="product-description">
5 <h2 i18n-content="aboutProductTitle"></h2> 5 <h2 i18n-content="aboutProductTitle"></h2>
6 <span i18n-content="aboutProductDescription"></span> 6 <span i18n-content="aboutProductDescription"></span>
7 </div> 7 </div>
8 </div> 8 </div>
9 <div id="help-container"> 9 <div id="help-container">
10 <button id="get-help" i18n-content="getHelpWithChrome"></button> 10 <button id="get-help" i18n-content="getHelpWithChrome"></button>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 <div id="update-buttons-container"> 42 <div id="update-buttons-container">
43 <div id="update-percentage" hidden></div> 43 <div id="update-percentage" hidden></div>
44 <if expr="is_macosx"> 44 <if expr="is_macosx">
45 <button id="promote" i18n-content="promote" hidden></button> 45 <button id="promote" i18n-content="promote" hidden></button>
46 </if> 46 </if>
47 <button id="relaunch" i18n-content="relaunch" hidden></button> 47 <button id="relaunch" i18n-content="relaunch" hidden></button>
48 <if expr="chromeos"> 48 <if expr="chromeos">
49 <button id="relaunch-and-powerwash" 49 <button id="relaunch-and-powerwash"
50 i18n-content="relaunchAndPowerwash" hidden> 50 i18n-content="relaunchAndPowerwash" hidden>
51 </button> 51 </button>
52 <button id="request-update" i18n-content="updateButton">
53 </button>
52 </if> 54 </if>
53 </div> 55 </div>
54 </if> 56 </if>
55 <if expr="chromeos"> 57 <if expr="chromeos">
56 <div id="more-info-container"> 58 <div id="more-info-container">
57 <section id="channel-changer-container" hidden> 59 <section id="channel-changer-container" hidden>
58 <h3 i18n-content="channel"></h3> 60 <h3 i18n-content="channel"></h3>
59 <select id="channel-changer"> 61 <select id="channel-changer">
60 <option value="stable-channel" i18n-content="stable"></option> 62 <option value="stable-channel" i18n-content="stable"></option>
61 <option value="beta-channel" i18n-content="beta"></option> 63 <option value="beta-channel" i18n-content="beta"></option>
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 <div i18n-content="productCopyright"></div> 106 <div i18n-content="productCopyright"></div>
105 <div id="product-license"></div> 107 <div id="product-license"></div>
106 <if expr="chromeos"> 108 <if expr="chromeos">
107 <div id="product-os-license"></div> 109 <div id="product-os-license"></div>
108 </if> 110 </if>
109 <if expr="_google_chrome"> 111 <if expr="_google_chrome">
110 <div id="product-tos"></div> 112 <div id="product-tos"></div>
111 </if> 113 </if>
112 </div> 114 </div>
113 </div> 115 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698