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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2864493003: Deprecate CredentialRequestOptions.unmediated in favor mediation enum (Closed)
Patch Set: Fix Windows Compilation Error 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
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 7158e9a56bcc76b0b7c3f2788fd92cbd02e44627..4ffed3c351bd611b7319b07117da5ac33e319a43 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -13936,8 +13936,8 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="958" label="BackspaceNavigatedBackAfterFormInteraction"/>
<int value="959" label="CSPSourceWildcardWouldMatchExactHost"/>
<int value="960" label="CredentialManagerGet"/>
- <int value="961" label="CredentialManagerGetWithUI"/>
- <int value="962" label="CredentialManagerGetWithoutUI"/>
+ <int value="961" label="CredentialManagerGetMediationOptional"/>
+ <int value="962" label="CredentialManagerGetMediationSilent"/>
<int value="963" label="CredentialManagerStore"/>
<int value="964" label="CredentialManagerRequireUserMediation"/>
<int value="965" label="RequestAutocomplete"/>
@@ -14983,6 +14983,9 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1974" label="PostMessageOutgoingWouldBeBlockedByConnectSrc"/>
<int value="1975" label="PostMessageIncomingWouldBeBlockedByConnectSrc"/>
<int value="1976" label="PaymentRequestNetworkNameInSupportedMethods"/>
+ <int value="1977"
+ label="CredentialManagerCredentialRequestOptionsUnmediated"/>
vasilii 2017/05/18 12:34:04 Is it ever used for counting?
jdoerrie 2017/05/18 14:57:25 They way I understand it this file has a bijection
vasilii 2017/05/18 16:16:12 Acknowledged.
+ <int value="1978" label="CredentialManagerGetMediationRequired"/>
</enum>
<enum name="FeedbackSource" type="int">

Powered by Google App Engine
This is Rietveld 408576698