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

Side by Side Diff: chrome/browser/resources/options/advanced_options.html

Issue 7314020: Update UMA user actions parsing, primarily to include WebUI metrics. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update regex Created 9 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 id="advancedPage" class="page" hidden> 1 <div id="advancedPage" class="page" hidden>
2 <h1 i18n-content="advancedPage"></h1> 2 <h1 i18n-content="advancedPage"></h1>
3 <div class="displaytable"> 3 <div class="displaytable">
4 <section> 4 <section>
5 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> 5 <h3 i18n-content="advancedSectionTitlePrivacy"></h3>
6 <div> 6 <div>
7 <div class="section-group"> 7 <div class="section-group">
8 <button id="privacyContentSettingsButton" 8 <button id="privacyContentSettingsButton"
9 i18n-content="privacyContentSettingsButton"></button> 9 i18n-content="privacyContentSettingsButton"></button>
10 <button id="privacyClearDataButton" 10 <button id="privacyClearDataButton"
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 </div> 179 </div>
180 </section> 180 </section>
181 </if> 181 </if>
182 <section> 182 <section>
183 <h3 i18n-content="advancedSectionTitleSecurity"></h3> 183 <h3 i18n-content="advancedSectionTitleSecurity"></h3>
184 <div> 184 <div>
185 <div><button id="certificatesManageButton" 185 <div><button id="certificatesManageButton"
186 i18n-content="certificatesManageButton"></button></div> 186 i18n-content="certificatesManageButton"></button></div>
187 <div class="checkbox"> 187 <div class="checkbox">
188 <label> 188 <label>
189 <input id="sslCheckRevocation" type="checkbox"> 189 <input id="sslCheckRevocation" type="checkbox"
190 pref="ssl.rev_checking.enabled"
191 metric="Options_CheckCertRevocation">
190 <span i18n-content="sslCheckRevocation"></span> 192 <span i18n-content="sslCheckRevocation"></span>
191 </label> 193 </label>
192 </div> 194 </div>
193 <div class="checkbox"> 195 <div class="checkbox">
194 <label> 196 <label>
195 <input id="sslUseSSL3" type="checkbox"> 197 <input id="sslUseSSL3" type="checkbox"
198 pref="ssl.ssl3.enabled" metric="Options_SSL3">
196 <span i18n-content="sslUseSSL3"></span> 199 <span i18n-content="sslUseSSL3"></span>
197 </label> 200 </label>
198 </div> 201 </div>
199 <div class="checkbox"> 202 <div class="checkbox">
200 <label> 203 <label>
201 <input id="sslUseTLS1" type="checkbox"> 204 <input id="sslUseTLS1" type="checkbox"
205 pref="ssl.tls1.enabled" metric="Options_TLS1">
202 <span i18n-content="sslUseTLS1"></span> 206 <span i18n-content="sslUseTLS1"></span>
203 </label> 207 </label>
204 </div> 208 </div>
205 </div> 209 </div>
206 </section> 210 </section>
207 <if expr="not pp_ifdef('chromeos')"> 211 <if expr="not pp_ifdef('chromeos')">
208 <section id="cloud-print-proxy-section"> 212 <section id="cloud-print-proxy-section">
209 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> 213 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3>
210 <div> 214 <div>
211 <div id="cloudPrintProxyLabel" 215 <div id="cloudPrintProxyLabel"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 <div class="checkbox"> 247 <div class="checkbox">
244 <label> 248 <label>
245 <input id="backgroundModeCheckbox" type="checkbox"> 249 <input id="backgroundModeCheckbox" type="checkbox">
246 <span i18n-content="backgroundModeCheckbox"></span> 250 <span i18n-content="backgroundModeCheckbox"></span>
247 </label> 251 </label>
248 </div> 252 </div>
249 </section> 253 </section>
250 </if> 254 </if>
251 </div> 255 </div>
252 </div> 256 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/gpu_internals.html ('k') | chrome/browser/resources/options/advanced_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698