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

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 15970002: Add the new UMA key 'Translate.LocalesOnDisabledByPrefs'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (Rebasing) Created 7 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
« no previous file with comments | « chrome/browser/translate/translate_manager_metrics_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is used to generate a comprehensive list of Chrome histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 9340 matching lines...) Expand 10 before | Expand all | Expand 10 after
9351 </histogram> 9351 </histogram>
9352 9352
9353 <histogram name="Translate.LanguageVerification" 9353 <histogram name="Translate.LanguageVerification"
9354 enum="TranslateLanguageVerification"> 9354 enum="TranslateLanguageVerification">
9355 <summary> 9355 <summary>
9356 For each page load, measures whether the provided Content-Language header 9356 For each page load, measures whether the provided Content-Language header
9357 matches the language determined by CLD. 9357 matches the language determined by CLD.
9358 </summary> 9358 </summary>
9359 </histogram> 9359 </histogram>
9360 9360
9361 <histogram name="Translate.LocalesOnDisabledByPrefs" enum="LanguageCode">
9362 <summary>
9363 Logs the user locale when the Translate feature is disabled by the user.
9364 This is recorded each time a webpage is loaded and prefs for translation is
9365 checked. This allows us to investigate the correlation between the user
9366 locale and the usage rates of the Translate.
9367 </summary>
9368 </histogram>
9369
9361 <histogram name="Translate.PageScheme" enum="TranslateScheme"> 9370 <histogram name="Translate.PageScheme" enum="TranslateScheme">
9362 <summary>Counts translation target page schemes.</summary> 9371 <summary>Counts translation target page schemes.</summary>
9363 </histogram> 9372 </histogram>
9364 9373
9365 <histogram name="Translate.RevertTranslation"> 9374 <histogram name="Translate.RevertTranslation">
9366 <summary> 9375 <summary>
9367 The number of times the show original button was clicked in the translate 9376 The number of times the show original button was clicked in the translate
9368 infobar. 9377 infobar.
9369 </summary> 9378 </summary>
9370 </histogram> 9379 </histogram>
(...skipping 7072 matching lines...) Expand 10 before | Expand all | Expand 10 after
16443 <fieldtrial name="SSLResumption"> 16452 <fieldtrial name="SSLResumption">
16444 <group name="Resume_Handshake" label="Session Resumption"/> 16453 <group name="Resume_Handshake" label="Session Resumption"/>
16445 <group name="Full_Handshake" label="Full"/> 16454 <group name="Full_Handshake" label="Full"/>
16446 <affected-histogram name="Net.SSL_Connection_Latency"/> 16455 <affected-histogram name="Net.SSL_Connection_Latency"/>
16447 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 16456 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
16448 </fieldtrial> 16457 </fieldtrial>
16449 16458
16450 </fieldtrials> 16459 </fieldtrials>
16451 16460
16452 </histogram-configuration> 16461 </histogram-configuration>
OLDNEW
« no previous file with comments | « chrome/browser/translate/translate_manager_metrics_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698