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

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

Issue 20081002: Remove experimental permission from infobars API and moving it to dev channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added license header Created 7 years, 4 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 16833 matching lines...) Expand 10 before | Expand all | Expand 10 after
16844 <int value="506" label="SYSTEM_CPU_GETINFO"/> 16844 <int value="506" label="SYSTEM_CPU_GETINFO"/>
16845 <int value="507" label="SYSTEM_DISPLAY_GETINFO"/> 16845 <int value="507" label="SYSTEM_DISPLAY_GETINFO"/>
16846 <int value="508" label="SYSTEM_DISPLAY_SETDISPLAYPROPERTIES"/> 16846 <int value="508" label="SYSTEM_DISPLAY_SETDISPLAYPROPERTIES"/>
16847 <int value="509" label="SYSTEM_MEMORY_GETINFO"/> 16847 <int value="509" label="SYSTEM_MEMORY_GETINFO"/>
16848 <int value="510" label="SYSTEM_STORAGE_GETINFO"/> 16848 <int value="510" label="SYSTEM_STORAGE_GETINFO"/>
16849 <int value="511" label="SYSTEM_STORAGE_EJECTDEVICE"/> 16849 <int value="511" label="SYSTEM_STORAGE_EJECTDEVICE"/>
16850 <int value="512" label="SYSTEM_STORAGE_ADDAVAILABLECAPACITYWATCH"/> 16850 <int value="512" label="SYSTEM_STORAGE_ADDAVAILABLECAPACITYWATCH"/>
16851 <int value="513" label="SYSTEM_STORAGE_REMOVEAVAILABLECAPACITYWATCH"/> 16851 <int value="513" label="SYSTEM_STORAGE_REMOVEAVAILABLECAPACITYWATCH"/>
16852 <int value="514" label="SYSTEM_STORAGE_GETALLAVAILABLECAPACITYWATCHES"/> 16852 <int value="514" label="SYSTEM_STORAGE_GETALLAVAILABLECAPACITYWATCHES"/>
16853 <int value="515" label="SYSTEM_STORAGE_REMOVEALLAVAILABLECAPACITYWATCHES"/> 16853 <int value="515" label="SYSTEM_STORAGE_REMOVEALLAVAILABLECAPACITYWATCHES"/>
16854 <int value="516" label="INFOBARS_SHOW"/>
16854 </enum> 16855 </enum>
16855 16856
16856 <enum name="ExtensionInstallCause" type="int"> 16857 <enum name="ExtensionInstallCause" type="int">
16857 <int value="0" label="INSTALL_CAUSE_UNSET"/> 16858 <int value="0" label="INSTALL_CAUSE_UNSET"/>
16858 <int value="1" label="INSTALL_CAUSE_USER_DOWNLOAD"/> 16859 <int value="1" label="INSTALL_CAUSE_USER_DOWNLOAD"/>
16859 <int value="2" label="INSTALL_CAUSE_UPDATE"/> 16860 <int value="2" label="INSTALL_CAUSE_UPDATE"/>
16860 <int value="3" label="INSTALL_CAUSE_EXTERNAL_FILE"/> 16861 <int value="3" label="INSTALL_CAUSE_EXTERNAL_FILE"/>
16861 <int value="4" label="INSTALL_CAUSE_AUTOMATION"/> 16862 <int value="4" label="INSTALL_CAUSE_AUTOMATION"/>
16862 </enum> 16863 </enum>
16863 16864
(...skipping 6874 matching lines...) Expand 10 before | Expand all | Expand 10 after
23738 <group name="Disabled" label="Neither extra webstore link is visible"/> 23739 <group name="Disabled" label="Neither extra webstore link is visible"/>
23739 <group name="FooterLink" label="Link in bottom right of footer"/> 23740 <group name="FooterLink" label="Link in bottom right of footer"/>
23740 <group name="PlusIcon" label="Plus icon in apps page"/> 23741 <group name="PlusIcon" label="Plus icon in apps page"/>
23741 <affected-histogram name="Extensions.AppLaunch"/> 23742 <affected-histogram name="Extensions.AppLaunch"/>
23742 <affected-histogram name="NewTabPage.DefaultPageType"/> 23743 <affected-histogram name="NewTabPage.DefaultPageType"/>
23743 </fieldtrial> 23744 </fieldtrial>
23744 23745
23745 </fieldtrials> 23746 </fieldtrials>
23746 23747
23747 </histogram-configuration> 23748 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698