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

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

Issue 20145004: Switch from text insertion to key press and release events on the virtual k… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Formatting. 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 | Annotate | Revision Log
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 16717 matching lines...) Expand 10 before | Expand all | Expand 10 after
16728 <int value="500" label="WEBVIEW_STOP"/> 16728 <int value="500" label="WEBVIEW_STOP"/>
16729 <int value="501" label="WEBVIEW_RELOAD"/> 16729 <int value="501" label="WEBVIEW_RELOAD"/>
16730 <int value="502" label="WEBVIEW_TERMINATE"/> 16730 <int value="502" label="WEBVIEW_TERMINATE"/>
16731 <int value="503" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_GET"/> 16731 <int value="503" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_GET"/>
16732 <int value="504" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_SET"/> 16732 <int value="504" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_SET"/>
16733 <int value="505" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_CLEAR"/> 16733 <int value="505" label="TYPES_PRIVATE_CHROMEDIRECTSETTING_CLEAR"/>
16734 <int value="506" label="SYSTEM_CPU_GETINFO"/> 16734 <int value="506" label="SYSTEM_CPU_GETINFO"/>
16735 <int value="507" label="SYSTEM_DISPLAY_GETINFO"/> 16735 <int value="507" label="SYSTEM_DISPLAY_GETINFO"/>
16736 <int value="508" label="SYSTEM_DISPLAY_SETDISPLAYPROPERTIES"/> 16736 <int value="508" label="SYSTEM_DISPLAY_SETDISPLAYPROPERTIES"/>
16737 <int value="509" label="SYSTEM_MEMORY_GETINFO"/> 16737 <int value="509" label="SYSTEM_MEMORY_GETINFO"/>
16738 <int value="510" label="EXPERIMENTAL_INPUT_VIRTUALKEYBOARD_DISPATCHKEYEVENT"/>
16738 </enum> 16739 </enum>
16739 16740
16740 <enum name="ExtensionInstallCause" type="int"> 16741 <enum name="ExtensionInstallCause" type="int">
16741 <int value="0" label="INSTALL_CAUSE_UNSET"/> 16742 <int value="0" label="INSTALL_CAUSE_UNSET"/>
16742 <int value="1" label="INSTALL_CAUSE_USER_DOWNLOAD"/> 16743 <int value="1" label="INSTALL_CAUSE_USER_DOWNLOAD"/>
16743 <int value="2" label="INSTALL_CAUSE_UPDATE"/> 16744 <int value="2" label="INSTALL_CAUSE_UPDATE"/>
16744 <int value="3" label="INSTALL_CAUSE_EXTERNAL_FILE"/> 16745 <int value="3" label="INSTALL_CAUSE_EXTERNAL_FILE"/>
16745 <int value="4" label="INSTALL_CAUSE_AUTOMATION"/> 16746 <int value="4" label="INSTALL_CAUSE_AUTOMATION"/>
16746 </enum> 16747 </enum>
16747 16748
(...skipping 6808 matching lines...) Expand 10 before | Expand all | Expand 10 after
23556 <group name="Disabled" label="Neither extra webstore link is visible"/> 23557 <group name="Disabled" label="Neither extra webstore link is visible"/>
23557 <group name="FooterLink" label="Link in bottom right of footer"/> 23558 <group name="FooterLink" label="Link in bottom right of footer"/>
23558 <group name="PlusIcon" label="Plus icon in apps page"/> 23559 <group name="PlusIcon" label="Plus icon in apps page"/>
23559 <affected-histogram name="Extensions.AppLaunch"/> 23560 <affected-histogram name="Extensions.AppLaunch"/>
23560 <affected-histogram name="NewTabPage.DefaultPageType"/> 23561 <affected-histogram name="NewTabPage.DefaultPageType"/>
23561 </fieldtrial> 23562 </fieldtrial>
23562 23563
23563 </fieldtrials> 23564 </fieldtrials>
23564 23565
23565 </histogram-configuration> 23566 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698