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

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

Issue 16256023: Move systemInfo.memory API out of experimental namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved merge conflict from new commits 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/memory/test_memory_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 12123 matching lines...) Expand 10 before | Expand all | Expand 10 after
12134 <int value="452" label="LOCATION_CLEARWATCH"/> 12134 <int value="452" label="LOCATION_CLEARWATCH"/>
12135 <int value="453" label="BLUETOOTH_ADDPROFILE"/> 12135 <int value="453" label="BLUETOOTH_ADDPROFILE"/>
12136 <int value="454" label="BLUETOOTH_REMOVEPROFILE"/> 12136 <int value="454" label="BLUETOOTH_REMOVEPROFILE"/>
12137 <int value="455" label="BLUETOOTH_GETPROFILES"/> 12137 <int value="455" label="BLUETOOTH_GETPROFILES"/>
12138 <int value="456" label="EXPERIMENTAL_IDENTITY_REMOVECACHEDAUTHTOKEN"/> 12138 <int value="456" label="EXPERIMENTAL_IDENTITY_REMOVECACHEDAUTHTOKEN"/>
12139 <int value="457" label="AUDIO_GETINFO"/> 12139 <int value="457" label="AUDIO_GETINFO"/>
12140 <int value="458" label="AUDIO_SETACTIVEDEVICES"/> 12140 <int value="458" label="AUDIO_SETACTIVEDEVICES"/>
12141 <int value="459" label="AUDIO_SETPROPERTIES"/> 12141 <int value="459" label="AUDIO_SETPROPERTIES"/>
12142 <int value="460" label="USB_RESETDEVICE"/> 12142 <int value="460" label="USB_RESETDEVICE"/>
12143 <int value="461" label="SYSTEMINFO_CPU_GET"/> 12143 <int value="461" label="SYSTEMINFO_CPU_GET"/>
12144 <int value="462" label="SYSTEMINFO_MEMORY_GET"/>
12144 </enum> 12145 </enum>
12145 12146
12146 <enum name="ExtensionLaunchType" type="int"> 12147 <enum name="ExtensionLaunchType" type="int">
12147 <int value="0" label="PINNED"/> 12148 <int value="0" label="PINNED"/>
12148 <int value="1" label="REGULAR"/> 12149 <int value="1" label="REGULAR"/>
12149 <int value="2" label="FULLSCREEN"/> 12150 <int value="2" label="FULLSCREEN"/>
12150 </enum> 12151 </enum>
12151 12152
12152 <enum name="ExternalDeviceAction" type="int"> 12153 <enum name="ExternalDeviceAction" type="int">
12153 <int value="0" label="Import to Drive"/> 12154 <int value="0" label="Import to Drive"/>
(...skipping 4870 matching lines...) Expand 10 before | Expand all | Expand 10 after
17024 <group name="Disabled" label="Neither extra webstore link is visible"/> 17025 <group name="Disabled" label="Neither extra webstore link is visible"/>
17025 <group name="FooterLink" label="Link in bottom right of footer"/> 17026 <group name="FooterLink" label="Link in bottom right of footer"/>
17026 <group name="PlusIcon" label="Plus icon in apps page"/> 17027 <group name="PlusIcon" label="Plus icon in apps page"/>
17027 <affected-histogram name="Extensions.AppLaunch"/> 17028 <affected-histogram name="Extensions.AppLaunch"/>
17028 <affected-histogram name="NewTabPage.DefaultPageType"/> 17029 <affected-histogram name="NewTabPage.DefaultPageType"/>
17029 </fieldtrial> 17030 </fieldtrial>
17030 17031
17031 </fieldtrials> 17032 </fieldtrials>
17032 17033
17033 </histogram-configuration> 17034 </histogram-configuration>
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/systeminfo/memory/test_memory_api.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698