Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: chrome/content/ui/filters.xul

Issue 6337686776315904: Issue 394 - hit statistics tool data collection (Closed)
Patch Set: Use Downloader to send the data to server Created April 6, 2016, 3 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/content/ui/filters.xul
===================================================================
--- a/chrome/content/ui/filters.xul
+++ b/chrome/content/ui/filters.xul
@@ -269,6 +269,10 @@
<label class="text-link" value="&viewList.label;" onclick="UI.loadInBrowser(Prefs.subscriptions_exceptionsurl);"/>
<label class="text-link" value="&readMore.label;" onclick="UI.loadDocLink('acceptable_ads');"/>
</description>
+ <description id="sendStats-container">
+ <checkbox id="sendStats" label="&sendStats.label;" oncommand="toggleSendStats(this.checked);"/>
+ <label class="text-link" value="&privacyPolicy.label;" onclick="UI.loadDocLink('privacy_filter_hits');"/>
+ </description>
</tabpanel>
<tabpanel id="filtersTab" orient="vertical" flex="1">
<hbox pack="end">
« no previous file with comments | « chrome/content/ui/filters.js ('k') | chrome/locale/en-US/filters.dtd » ('j') | lib/filterHits.js » ('J')

Powered by Google App Engine
This is Rietveld