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

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: 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 <!--G
Hongbo Min 2013/07/08 06:52:43 nit: remove 'G'.
Haojian Wu 2013/07/08 07:46:30 Done.
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
11 Please pretty-print and validate your edits by running the pretty_print.py 11 Please pretty-print and validate your edits by running the pretty_print.py
(...skipping 15010 matching lines...) Expand 10 before | Expand all | Expand 10 after
15022 <int value="489" label="SYSTEMINFO_DISPLAY_SETDISPLAYPROPERTIES"/> 15022 <int value="489" label="SYSTEMINFO_DISPLAY_SETDISPLAYPROPERTIES"/>
15023 <int value="490" label="FEEDBACKPRIVATE_GETUSEREMAIL"/> 15023 <int value="490" label="FEEDBACKPRIVATE_GETUSEREMAIL"/>
15024 <int value="491" label="FEEDBACKPRIVATE_GETSYSTEMINFORMATION"/> 15024 <int value="491" label="FEEDBACKPRIVATE_GETSYSTEMINFORMATION"/>
15025 <int value="492" label="FEEDBACKPRIVATE_SENDFEEDBACK"/> 15025 <int value="492" label="FEEDBACKPRIVATE_SENDFEEDBACK"/>
15026 <int value="493" label="EXPERIMENTAL_INPUT_VIRTUALKEYBOARD_INSERTTEXT"/> 15026 <int value="493" label="EXPERIMENTAL_INPUT_VIRTUALKEYBOARD_INSERTTEXT"/>
15027 <int value="494" label="DIAGNOSTICS_SENDPACKET"/> 15027 <int value="494" label="DIAGNOSTICS_SENDPACKET"/>
15028 <int value="495" label="METRICSPRIVATE_GETFIELDTRIAL"/> 15028 <int value="495" label="METRICSPRIVATE_GETFIELDTRIAL"/>
15029 <int value="496" label="FILEBROWSERPRIVATE_ZOOM"/> 15029 <int value="496" label="FILEBROWSERPRIVATE_ZOOM"/>
15030 <int value="497" label="WEBVIEW_GO"/> 15030 <int value="497" label="WEBVIEW_GO"/>
15031 <int value="498" label="WEBSTOREPRIVATE_ISININCOGNITOMODEFUNCTION"/> 15031 <int value="498" label="WEBSTOREPRIVATE_ISININCOGNITOMODEFUNCTION"/>
15032 <int value="499" label="SYSTEMINFO_STORAGE_GET"/>
15032 </enum> 15033 </enum>
15033 15034
15034 <enum name="ExtensionInstallCause" type="int"> 15035 <enum name="ExtensionInstallCause" type="int">
15035 <int value="0" label="INSTALL_CAUSE_UNSET"/> 15036 <int value="0" label="INSTALL_CAUSE_UNSET"/>
15036 <int value="1" label="INSTALL_CAUSE_USER_DOWNLOAD"/> 15037 <int value="1" label="INSTALL_CAUSE_USER_DOWNLOAD"/>
15037 <int value="2" label="INSTALL_CAUSE_UPDATE"/> 15038 <int value="2" label="INSTALL_CAUSE_UPDATE"/>
15038 <int value="3" label="INSTALL_CAUSE_EXTERNAL_FILE"/> 15039 <int value="3" label="INSTALL_CAUSE_EXTERNAL_FILE"/>
15039 <int value="4" label="INSTALL_CAUSE_AUTOMATION"/> 15040 <int value="4" label="INSTALL_CAUSE_AUTOMATION"/>
15040 </enum> 15041 </enum>
15041 15042
(...skipping 6157 matching lines...) Expand 10 before | Expand all | Expand 10 after
21199 <group name="Disabled" label="Neither extra webstore link is visible"/> 21200 <group name="Disabled" label="Neither extra webstore link is visible"/>
21200 <group name="FooterLink" label="Link in bottom right of footer"/> 21201 <group name="FooterLink" label="Link in bottom right of footer"/>
21201 <group name="PlusIcon" label="Plus icon in apps page"/> 21202 <group name="PlusIcon" label="Plus icon in apps page"/>
21202 <affected-histogram name="Extensions.AppLaunch"/> 21203 <affected-histogram name="Extensions.AppLaunch"/>
21203 <affected-histogram name="NewTabPage.DefaultPageType"/> 21204 <affected-histogram name="NewTabPage.DefaultPageType"/>
21204 </fieldtrial> 21205 </fieldtrial>
21205 21206
21206 </fieldtrials> 21207 </fieldtrials>
21207 21208
21208 </histogram-configuration> 21209 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698