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

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: Rebase 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 15422 matching lines...) Expand 10 before | Expand all | Expand 10 after
15433 <int value="496" label="FILEBROWSERPRIVATE_ZOOM"/> 15433 <int value="496" label="FILEBROWSERPRIVATE_ZOOM"/>
15434 <int value="497" label="WEBVIEW_GO"/> 15434 <int value="497" label="WEBVIEW_GO"/>
15435 <int value="498" label="WEBSTOREPRIVATE_ISININCOGNITOMODEFUNCTION"/> 15435 <int value="498" label="WEBSTOREPRIVATE_ISININCOGNITOMODEFUNCTION"/>
15436 <int value="499" label="FILEBROWSERPRIVATE_REQUESTACCESSTOKEN"/> 15436 <int value="499" label="FILEBROWSERPRIVATE_REQUESTACCESSTOKEN"/>
15437 <int value="500" label="WEBVIEW_STOP"/> 15437 <int value="500" label="WEBVIEW_STOP"/>
15438 <int value="501" label="WEBVIEW_RELOAD"/> 15438 <int value="501" label="WEBVIEW_RELOAD"/>
15439 <int value="502" label="WEBVIEW_TERMINATE"/> 15439 <int value="502" label="WEBVIEW_TERMINATE"/>
15440 <int value="503" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_GET"/> 15440 <int value="503" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_GET"/>
15441 <int value="504" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_SET"/> 15441 <int value="504" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_SET"/>
15442 <int value="505" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_CLEAR"/> 15442 <int value="505" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_CLEAR"/>
15443 <int value="506" label="SYSTEMINFO_STORAGE_GET"/>
15444 <int value="507" label="SYSTEMINFO_STORAGE_EJECTDEVICE"/>
15443 </enum> 15445 </enum>
15444 15446
15445 <enum name="ExtensionInstallCause" type="int"> 15447 <enum name="ExtensionInstallCause" type="int">
15446 <int value="0" label="INSTALL_CAUSE_UNSET"/> 15448 <int value="0" label="INSTALL_CAUSE_UNSET"/>
15447 <int value="1" label="INSTALL_CAUSE_USER_DOWNLOAD"/> 15449 <int value="1" label="INSTALL_CAUSE_USER_DOWNLOAD"/>
15448 <int value="2" label="INSTALL_CAUSE_UPDATE"/> 15450 <int value="2" label="INSTALL_CAUSE_UPDATE"/>
15449 <int value="3" label="INSTALL_CAUSE_EXTERNAL_FILE"/> 15451 <int value="3" label="INSTALL_CAUSE_EXTERNAL_FILE"/>
15450 <int value="4" label="INSTALL_CAUSE_AUTOMATION"/> 15452 <int value="4" label="INSTALL_CAUSE_AUTOMATION"/>
15451 </enum> 15453 </enum>
15452 15454
(...skipping 6292 matching lines...) Expand 10 before | Expand all | Expand 10 after
21745 <group name="Disabled" label="Neither extra webstore link is visible"/> 21747 <group name="Disabled" label="Neither extra webstore link is visible"/>
21746 <group name="FooterLink" label="Link in bottom right of footer"/> 21748 <group name="FooterLink" label="Link in bottom right of footer"/>
21747 <group name="PlusIcon" label="Plus icon in apps page"/> 21749 <group name="PlusIcon" label="Plus icon in apps page"/>
21748 <affected-histogram name="Extensions.AppLaunch"/> 21750 <affected-histogram name="Extensions.AppLaunch"/>
21749 <affected-histogram name="NewTabPage.DefaultPageType"/> 21751 <affected-histogram name="NewTabPage.DefaultPageType"/>
21750 </fieldtrial> 21752 </fieldtrial>
21751 21753
21752 </fieldtrials> 21754 </fieldtrials>
21753 21755
21754 </histogram-configuration> 21756 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698