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

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

Issue 15817008: Move systemInfo.cpu API out out experimental namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add new enum values rather than renaming existing ones 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/test/data/extensions/api_test/systeminfo/cpu/test_cpu_api.js ('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 11826 matching lines...) Expand 10 before | Expand all | Expand 10 after
11837 <int value="451" label="LOCATION_WATCHLOCATION"/> 11837 <int value="451" label="LOCATION_WATCHLOCATION"/>
11838 <int value="452" label="LOCATION_CLEARWATCH"/> 11838 <int value="452" label="LOCATION_CLEARWATCH"/>
11839 <int value="453" label="BLUETOOTH_ADDPROFILE"/> 11839 <int value="453" label="BLUETOOTH_ADDPROFILE"/>
11840 <int value="454" label="BLUETOOTH_REMOVEPROFILE"/> 11840 <int value="454" label="BLUETOOTH_REMOVEPROFILE"/>
11841 <int value="455" label="BLUETOOTH_GETPROFILES"/> 11841 <int value="455" label="BLUETOOTH_GETPROFILES"/>
11842 <int value="456" label="EXPERIMENTAL_IDENTITY_REMOVECACHEDAUTHTOKEN"/> 11842 <int value="456" label="EXPERIMENTAL_IDENTITY_REMOVECACHEDAUTHTOKEN"/>
11843 <int value="457" label="AUDIO_GETINFO"/> 11843 <int value="457" label="AUDIO_GETINFO"/>
11844 <int value="458" label="AUDIO_SETACTIVEDEVICES"/> 11844 <int value="458" label="AUDIO_SETACTIVEDEVICES"/>
11845 <int value="459" label="AUDIO_SETPROPERTIES"/> 11845 <int value="459" label="AUDIO_SETPROPERTIES"/>
11846 <int value="460" label="USB_RESETDEVICE"/> 11846 <int value="460" label="USB_RESETDEVICE"/>
11847 <int value="461" label="SYSTEMINFO_CPU_GET"/>
11847 </enum> 11848 </enum>
11848 11849
11849 <enum name="ExternalDeviceAction" type="int"> 11850 <enum name="ExternalDeviceAction" type="int">
11850 <int value="0" label="Import to Drive"/> 11851 <int value="0" label="Import to Drive"/>
11851 <int value="1" label="View files"/> 11852 <int value="1" label="View files"/>
11852 <int value="2" label="View files (automatically)"/> 11853 <int value="2" label="View files (automatically)"/>
11853 <int value="3" label="Watch video"/> 11854 <int value="3" label="Watch video"/>
11854 <int value="4" label="Error"/> 11855 <int value="4" label="Error"/>
11855 <int value="5" label="Close (no action)"/> 11856 <int value="5" label="Close (no action)"/>
11856 </enum> 11857 </enum>
(...skipping 4774 matching lines...) Expand 10 before | Expand all | Expand 10 after
16631 <fieldtrial name="SSLResumption"> 16632 <fieldtrial name="SSLResumption">
16632 <group name="Resume_Handshake" label="Session Resumption"/> 16633 <group name="Resume_Handshake" label="Session Resumption"/>
16633 <group name="Full_Handshake" label="Full"/> 16634 <group name="Full_Handshake" label="Full"/>
16634 <affected-histogram name="Net.SSL_Connection_Latency"/> 16635 <affected-histogram name="Net.SSL_Connection_Latency"/>
16635 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 16636 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
16636 </fieldtrial> 16637 </fieldtrial>
16637 16638
16638 </fieldtrials> 16639 </fieldtrials>
16639 16640
16640 </histogram-configuration> 16641 </histogram-configuration>
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/systeminfo/cpu/test_cpu_api.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698