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

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

Issue 18863014: [SystemInfo API] Rename systemInfo Memory API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update commit message 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
« 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 16600 matching lines...) Expand 10 before | Expand all | Expand 10 after
16611 <int value="499" label="FILEBROWSERPRIVATE_REQUESTACCESSTOKEN"/> 16611 <int value="499" label="FILEBROWSERPRIVATE_REQUESTACCESSTOKEN"/>
16612 <int value="500" label="WEBVIEW_STOP"/> 16612 <int value="500" label="WEBVIEW_STOP"/>
16613 <int value="501" label="WEBVIEW_RELOAD"/> 16613 <int value="501" label="WEBVIEW_RELOAD"/>
16614 <int value="502" label="WEBVIEW_TERMINATE"/> 16614 <int value="502" label="WEBVIEW_TERMINATE"/>
16615 <int value="503" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_GET"/> 16615 <int value="503" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_GET"/>
16616 <int value="504" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_SET"/> 16616 <int value="504" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_SET"/>
16617 <int value="505" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_CLEAR"/> 16617 <int value="505" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_CLEAR"/>
16618 <int value="506" label="SYSTEM_CPU_GETINFO"/> 16618 <int value="506" label="SYSTEM_CPU_GETINFO"/>
16619 <int value="507" label="SYSTEM_DISPLAY_GETINFO"/> 16619 <int value="507" label="SYSTEM_DISPLAY_GETINFO"/>
16620 <int value="508" label="SYSTEM_DISPLAY_SETDISPLAYPROPERTIES"/> 16620 <int value="508" label="SYSTEM_DISPLAY_SETDISPLAYPROPERTIES"/>
16621 <int value="509" label="SYSTEM_MEMORY_GETINFO"/>
16621 </enum> 16622 </enum>
16622 16623
16623 <enum name="ExtensionInstallCause" type="int"> 16624 <enum name="ExtensionInstallCause" type="int">
16624 <int value="0" label="INSTALL_CAUSE_UNSET"/> 16625 <int value="0" label="INSTALL_CAUSE_UNSET"/>
16625 <int value="1" label="INSTALL_CAUSE_USER_DOWNLOAD"/> 16626 <int value="1" label="INSTALL_CAUSE_USER_DOWNLOAD"/>
16626 <int value="2" label="INSTALL_CAUSE_UPDATE"/> 16627 <int value="2" label="INSTALL_CAUSE_UPDATE"/>
16627 <int value="3" label="INSTALL_CAUSE_EXTERNAL_FILE"/> 16628 <int value="3" label="INSTALL_CAUSE_EXTERNAL_FILE"/>
16628 <int value="4" label="INSTALL_CAUSE_AUTOMATION"/> 16629 <int value="4" label="INSTALL_CAUSE_AUTOMATION"/>
16629 </enum> 16630 </enum>
16630 16631
(...skipping 6785 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 | « 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