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

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

Issue 19863005: Warn users about potentially unwanted downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a "Learn more" URL for unwanted downloads. Created 7 years, 5 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
« no previous file with comments | « net/base/net_log_event_type_list.h ('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 15434 matching lines...) Expand 10 before | Expand all | Expand 10 after
15445 15445
15446 <enum name="DownloadItem.DangerType" type="int"> 15446 <enum name="DownloadItem.DangerType" type="int">
15447 <int value="0" label="NOT_DANGEROUS"/> 15447 <int value="0" label="NOT_DANGEROUS"/>
15448 <int value="1" label="DANGEROUS_FILE"/> 15448 <int value="1" label="DANGEROUS_FILE"/>
15449 <int value="2" label="DANGEROUS_URL"/> 15449 <int value="2" label="DANGEROUS_URL"/>
15450 <int value="3" label="DANGEROUS_CONTENT"/> 15450 <int value="3" label="DANGEROUS_CONTENT"/>
15451 <int value="4" label="MAYBE_DANGEROUS_CONTENT"/> 15451 <int value="4" label="MAYBE_DANGEROUS_CONTENT"/>
15452 <int value="5" label="UNCOMMON_CONTENT"/> 15452 <int value="5" label="UNCOMMON_CONTENT"/>
15453 <int value="6" label="USER_VALIDATED"/> 15453 <int value="6" label="USER_VALIDATED"/>
15454 <int value="7" label="DANGEROUS_HOST"/> 15454 <int value="7" label="DANGEROUS_HOST"/>
15455 <int value="8" label="POTENTIALLY_UNWANTED"/>
15455 </enum> 15456 </enum>
15456 15457
15457 <enum name="DownloadSavePackageEvent" type="int"> 15458 <enum name="DownloadSavePackageEvent" type="int">
15458 <int value="0" label="Started"/> 15459 <int value="0" label="Started"/>
15459 <int value="1" label="Cancelled"/> 15460 <int value="1" label="Cancelled"/>
15460 <int value="2" label="Finished"/> 15461 <int value="2" label="Finished"/>
15461 <int value="3" label="Write to already completed file"/> 15462 <int value="3" label="Write to already completed file"/>
15462 <int value="4" label="Write to already failed file"/> 15463 <int value="4" label="Write to already failed file"/>
15463 </enum> 15464 </enum>
15464 15465
(...skipping 7951 matching lines...) Expand 10 before | Expand all | Expand 10 after
23416 <group name="Disabled" label="Neither extra webstore link is visible"/> 23417 <group name="Disabled" label="Neither extra webstore link is visible"/>
23417 <group name="FooterLink" label="Link in bottom right of footer"/> 23418 <group name="FooterLink" label="Link in bottom right of footer"/>
23418 <group name="PlusIcon" label="Plus icon in apps page"/> 23419 <group name="PlusIcon" label="Plus icon in apps page"/>
23419 <affected-histogram name="Extensions.AppLaunch"/> 23420 <affected-histogram name="Extensions.AppLaunch"/>
23420 <affected-histogram name="NewTabPage.DefaultPageType"/> 23421 <affected-histogram name="NewTabPage.DefaultPageType"/>
23421 </fieldtrial> 23422 </fieldtrial>
23422 23423
23423 </fieldtrials> 23424 </fieldtrials>
23424 23425
23425 </histogram-configuration> 23426 </histogram-configuration>
OLDNEW
« no previous file with comments | « net/base/net_log_event_type_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698