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

Unified Diff: tools/metrics/histograms/enums.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2860203002: MediaPerceptionPrivate IDL and skeleton. (Closed)
Patch Set: Added permission set unittest fix. Created 3 years, 7 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:
Download patch
« no previous file with comments | « extensions/common/permissions/extensions_api_permissions.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 63791ecd3148269a6f43c87350e813599c2f7635..f081c11670bb54ab13614387548c082266b62982 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -11098,6 +11098,7 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="405" label="FILE_MANAGER_PRIVATE_ON_APPS_UPDATED"/>
<int value="406" label="ACCESSIBILITY_PRIVATE_ON_TWO_FINGER_TOUCH_START"/>
<int value="407" label="ACCESSIBILITY_PRIVATE_ON_TWO_FINGER_TOUCH_STOP"/>
+ <int value="408" label="MEDIA_PERCEPTION_PRIVATE_ON_MEDIA_PERCEPTION"/>
</enum>
<enum name="ExtensionFileWriteResult" type="int">
@@ -12321,6 +12322,9 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1171" label="AUTOTESTPRIVATE_GETPLAYSTORESTATE"/>
<int value="1172" label="AUTOTESTPRIVATE_SETPLAYSTOREENABLED"/>
<int value="1173" label="APP_CURRENTWINDOWINTERNAL_SETACTIVATEONPOINTER"/>
+ <int value="1174" label="MEDIAPERCEPTIONPRIVATE_GETSTATE"/>
+ <int value="1175" label="MEDIAPERCEPTIONPRIVATE_SETSTATE"/>
+ <int value="1176" label="MEDIAPERCEPTIONPRIVATE_GETDIAGNOSTICS"/>
</enum>
<enum name="ExtensionIconState" type="int">
@@ -12747,6 +12751,7 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="201" label="kNetworkingOnc"/>
<int value="202" label="kVirtualKeyboard"/>
<int value="203" label="kNetworkingCastPrivate"/>
+ <int value="204" label="kMediaPerceptionPrivate"/>
</enum>
<enum name="ExtensionServiceVerifyAllSuccess" type="int">
« no previous file with comments | « extensions/common/permissions/extensions_api_permissions.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698