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

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

Issue 17310002: Remove unused EME v0.1b MediaKeyError values. (Closed) Base URL: master
Patch Set: rebase only Created 7 years, 6 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 | « media/base/media_keys.h ('k') | webkit/renderer/media/webmediaplayer_util.cc » ('j') | 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 16015 matching lines...) Expand 10 before | Expand all | Expand 10 after
16026 <int value="33" label="SWF (ShockWave Flash)"/> 16026 <int value="33" label="SWF (ShockWave Flash)"/>
16027 <int value="34" label="VC-1"/> 16027 <int value="34" label="VC-1"/>
16028 <int value="35" label="WAV / WAVE (Waveform Audio)"/> 16028 <int value="35" label="WAV / WAVE (Waveform Audio)"/>
16029 <int value="36" label="Matroska / WebM"/> 16029 <int value="36" label="Matroska / WebM"/>
16030 <int value="37" label="WTV (Windows Television)"/> 16030 <int value="37" label="WTV (Windows Television)"/>
16031 </enum> 16031 </enum>
16032 16032
16033 <enum name="MediaKeyError" type="int"> 16033 <enum name="MediaKeyError" type="int">
16034 <int value="1" label="kUnknownError"/> 16034 <int value="1" label="kUnknownError"/>
16035 <int value="2" label="kClientError"/> 16035 <int value="2" label="kClientError"/>
16036 <int value="3" label="kServiceError"/>
16037 <int value="4" label="kOutputError"/>
16038 <int value="5" label="kHardwareChangeError"/>
16039 <int value="6" label="kDomainError"/>
16040 </enum> 16036 </enum>
16041 16037
16042 <enum name="MediaKeyException" type="int"> 16038 <enum name="MediaKeyException" type="int">
16043 <int value="0" label="kUnknownResultId"/> 16039 <int value="0" label="kUnknownResultId"/>
16044 <int value="1" label="kSuccess"/> 16040 <int value="1" label="kSuccess"/>
16045 <int value="2" label="kKeySystemNotSupported"/> 16041 <int value="2" label="kKeySystemNotSupported"/>
16046 <int value="3" label="kInvalidPlayerState"/> 16042 <int value="3" label="kInvalidPlayerState"/>
16047 </enum> 16043 </enum>
16048 16044
16049 <enum name="MouseEventFollowedByClick" type="int"> 16045 <enum name="MouseEventFollowedByClick" type="int">
(...skipping 3586 matching lines...) Expand 10 before | Expand all | Expand 10 after
19636 <group name="Disabled" label="Neither extra webstore link is visible"/> 19632 <group name="Disabled" label="Neither extra webstore link is visible"/>
19637 <group name="FooterLink" label="Link in bottom right of footer"/> 19633 <group name="FooterLink" label="Link in bottom right of footer"/>
19638 <group name="PlusIcon" label="Plus icon in apps page"/> 19634 <group name="PlusIcon" label="Plus icon in apps page"/>
19639 <affected-histogram name="Extensions.AppLaunch"/> 19635 <affected-histogram name="Extensions.AppLaunch"/>
19640 <affected-histogram name="NewTabPage.DefaultPageType"/> 19636 <affected-histogram name="NewTabPage.DefaultPageType"/>
19641 </fieldtrial> 19637 </fieldtrial>
19642 19638
19643 </fieldtrials> 19639 </fieldtrials>
19644 19640
19645 </histogram-configuration> 19641 </histogram-configuration>
OLDNEW
« no previous file with comments | « media/base/media_keys.h ('k') | webkit/renderer/media/webmediaplayer_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698