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

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

Issue 18578008: [SystemInfo API] Move Storage API out of experimental namespace and rename to the "system" namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename to the "system" namespace. 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
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 15756 matching lines...) Expand 10 before | Expand all | Expand 10 after
15767 <int value="496" label="FILEBROWSERPRIVATE_ZOOM"/> 15767 <int value="496" label="FILEBROWSERPRIVATE_ZOOM"/>
15768 <int value="497" label="WEBVIEW_GO"/> 15768 <int value="497" label="WEBVIEW_GO"/>
15769 <int value="498" label="WEBSTOREPRIVATE_ISININCOGNITOMODEFUNCTION"/> 15769 <int value="498" label="WEBSTOREPRIVATE_ISININCOGNITOMODEFUNCTION"/>
15770 <int value="499" label="FILEBROWSERPRIVATE_REQUESTACCESSTOKEN"/> 15770 <int value="499" label="FILEBROWSERPRIVATE_REQUESTACCESSTOKEN"/>
15771 <int value="500" label="WEBVIEW_STOP"/> 15771 <int value="500" label="WEBVIEW_STOP"/>
15772 <int value="501" label="WEBVIEW_RELOAD"/> 15772 <int value="501" label="WEBVIEW_RELOAD"/>
15773 <int value="502" label="WEBVIEW_TERMINATE"/> 15773 <int value="502" label="WEBVIEW_TERMINATE"/>
15774 <int value="503" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_GET"/> 15774 <int value="503" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_GET"/>
15775 <int value="504" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_SET"/> 15775 <int value="504" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_SET"/>
15776 <int value="505" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_CLEAR"/> 15776 <int value="505" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_CLEAR"/>
15777 <int value="506" label="SYSTEM_STORAGE_GET"/>
15778 <int value="507" label="SYSTEM_STORAGE_EJECTDEVICE"/>
15779 <int value="508" label="SYSTEM_STORAGE_ADDAVAILABLECAPACITYWATCH"/>
15780 <int value="509" label="SYSTEM_STORAGE_REMOVEAVAILABLECAPACITYWATCH"/>
15781 <int value="510" label="SYSTEM_STORAGE_GETALLAVAILABLECAPACITYWATCHES"/>
15782 <int value="511" label="SYSTEM_STORAGE_REMOVEALLAVAILABLECAPACITYWATCHES"/>
15777 </enum> 15783 </enum>
15778 15784
15779 <enum name="ExtensionInstallCause" type="int"> 15785 <enum name="ExtensionInstallCause" type="int">
15780 <int value="0" label="INSTALL_CAUSE_UNSET"/> 15786 <int value="0" label="INSTALL_CAUSE_UNSET"/>
15781 <int value="1" label="INSTALL_CAUSE_USER_DOWNLOAD"/> 15787 <int value="1" label="INSTALL_CAUSE_USER_DOWNLOAD"/>
15782 <int value="2" label="INSTALL_CAUSE_UPDATE"/> 15788 <int value="2" label="INSTALL_CAUSE_UPDATE"/>
15783 <int value="3" label="INSTALL_CAUSE_EXTERNAL_FILE"/> 15789 <int value="3" label="INSTALL_CAUSE_EXTERNAL_FILE"/>
15784 <int value="4" label="INSTALL_CAUSE_AUTOMATION"/> 15790 <int value="4" label="INSTALL_CAUSE_AUTOMATION"/>
15785 </enum> 15791 </enum>
15786 15792
(...skipping 6720 matching lines...) Expand 10 before | Expand all | Expand 10 after
22507 <group name="Disabled" label="Neither extra webstore link is visible"/> 22513 <group name="Disabled" label="Neither extra webstore link is visible"/>
22508 <group name="FooterLink" label="Link in bottom right of footer"/> 22514 <group name="FooterLink" label="Link in bottom right of footer"/>
22509 <group name="PlusIcon" label="Plus icon in apps page"/> 22515 <group name="PlusIcon" label="Plus icon in apps page"/>
22510 <affected-histogram name="Extensions.AppLaunch"/> 22516 <affected-histogram name="Extensions.AppLaunch"/>
22511 <affected-histogram name="NewTabPage.DefaultPageType"/> 22517 <affected-histogram name="NewTabPage.DefaultPageType"/>
22512 </fieldtrial> 22518 </fieldtrial>
22513 22519
22514 </fieldtrials> 22520 </fieldtrials>
22515 22521
22516 </histogram-configuration> 22522 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698