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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/advanced_options.html
diff --git a/chrome/browser/resources/options/advanced_options.html b/chrome/browser/resources/options/advanced_options.html
index d14671326632da7a8000e5163cecf2a46aa8d6ed..38633e5755741d00241861cf2ba4ee19af801c66 100644
--- a/chrome/browser/resources/options/advanced_options.html
+++ b/chrome/browser/resources/options/advanced_options.html
@@ -186,19 +186,23 @@
i18n-content="certificatesManageButton"></button></div>
<div class="checkbox">
<label>
- <input id="sslCheckRevocation" type="checkbox">
+ <input id="sslCheckRevocation" type="checkbox"
+ pref="ssl.rev_checking.enabled"
+ metric="Options_CheckCertRevocation">
<span i18n-content="sslCheckRevocation"></span>
</label>
</div>
<div class="checkbox">
<label>
- <input id="sslUseSSL3" type="checkbox">
+ <input id="sslUseSSL3" type="checkbox"
+ pref="ssl.ssl3.enabled" metric="Options_SSL3">
<span i18n-content="sslUseSSL3"></span>
</label>
</div>
<div class="checkbox">
<label>
- <input id="sslUseTLS1" type="checkbox">
+ <input id="sslUseTLS1" type="checkbox"
+ pref="ssl.tls1.enabled" metric="Options_TLS1">
<span i18n-content="sslUseTLS1"></span>
</label>
</div>
« 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