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 21265003: Rename DiagnosticEvent to GoogleNowEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing to the State Machine Change 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
« no previous file with comments | « chrome/browser/resources/google_now/background_unittest.gtestjs ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 17586 matching lines...) Expand 10 before | Expand all | Expand 10 after
17597 <int value="1" label="CANT_GET_PARENT_PATH"/> 17597 <int value="1" label="CANT_GET_PARENT_PATH"/>
17598 <int value="2" label="CANT_GET_UDT_PATH"/> 17598 <int value="2" label="CANT_GET_UDT_PATH"/>
17599 <int value="3" label="NOT_A_DIRECTORY"/> 17599 <int value="3" label="NOT_A_DIRECTORY"/>
17600 <int value="4" label="CANT_CREATE_DIR"/> 17600 <int value="4" label="CANT_CREATE_DIR"/>
17601 <int value="5" label="CANT_WRITE_TO_PATH"/> 17601 <int value="5" label="CANT_WRITE_TO_PATH"/>
17602 <int value="6" label="UNSET"/> 17602 <int value="6" label="UNSET"/>
17603 </enum> 17603 </enum>
17604 17604
17605 <enum name="GoogleNowEvent" type="int"> 17605 <enum name="GoogleNowEvent" type="int">
17606 <summary> 17606 <summary>
17607 Events in Google Now component extension. See var DiagnosticEvent. 17607 Events in Google Now component extension. See var GoogleNowEvent.
Mark P 2013/07/30 19:07:55 consider: See var GoogleNowEvent -> See GoogleNowE
robliao 2013/07/30 19:53:50 sgtm On 2013/07/30 19:07:55, Mark P wrote:
17608 </summary> 17608 </summary>
17609 <int value="0" label="REQUEST_FOR_CARDS_TOTAL"/> 17609 <int value="0" label="REQUEST_FOR_CARDS_TOTAL"/>
17610 <int value="1" label="REQUEST_FOR_CARDS_SUCCESS"/> 17610 <int value="1" label="REQUEST_FOR_CARDS_SUCCESS"/>
17611 <int value="2" label="CARDS_PARSE_SUCCESS"/> 17611 <int value="2" label="CARDS_PARSE_SUCCESS"/>
17612 <int value="3" label="DISMISS_REQUEST_TOTAL"/> 17612 <int value="3" label="DISMISS_REQUEST_TOTAL"/>
17613 <int value="4" label="DISMISS_REQUEST_SUCCESS"/> 17613 <int value="4" label="DISMISS_REQUEST_SUCCESS"/>
17614 <int value="5" label="LOCATION_REQUEST"/> 17614 <int value="5" label="LOCATION_REQUEST"/>
17615 <int value="6" label="LOCATION_UPDATE"/> 17615 <int value="6" label="LOCATION_UPDATE"/>
17616 <int value="7" label="EXTENSION_START"/> 17616 <int value="7" label="EXTENSION_START"/>
17617 <int value="8" label="SHOW_WELCOME_TOAST"/> 17617 <int value="8" label="SHOW_WELCOME_TOAST"/>
(...skipping 6120 matching lines...) Expand 10 before | Expand all | Expand 10 after
23738 <group name="Disabled" label="Neither extra webstore link is visible"/> 23738 <group name="Disabled" label="Neither extra webstore link is visible"/>
23739 <group name="FooterLink" label="Link in bottom right of footer"/> 23739 <group name="FooterLink" label="Link in bottom right of footer"/>
23740 <group name="PlusIcon" label="Plus icon in apps page"/> 23740 <group name="PlusIcon" label="Plus icon in apps page"/>
23741 <affected-histogram name="Extensions.AppLaunch"/> 23741 <affected-histogram name="Extensions.AppLaunch"/>
23742 <affected-histogram name="NewTabPage.DefaultPageType"/> 23742 <affected-histogram name="NewTabPage.DefaultPageType"/>
23743 </fieldtrial> 23743 </fieldtrial>
23744 23744
23745 </fieldtrials> 23745 </fieldtrials>
23746 23746
23747 </histogram-configuration> 23747 </histogram-configuration>
OLDNEW
« no previous file with comments | « chrome/browser/resources/google_now/background_unittest.gtestjs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698