From 655de8e72009a0248e48e0a8856e245a1bbb2b2a Mon Sep 17 00:00:00 2001 From: Michael Hoffman <45407486+mikehoffms@users.noreply.github.com> Date: Wed, 8 Oct 2025 07:44:01 -0700 Subject: [PATCH] experi enums (#3595) --- microsoft-edge/webview2/release-notes/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/microsoft-edge/webview2/release-notes/index.md b/microsoft-edge/webview2/release-notes/index.md index 74f174c793..f9c8fee284 100644 --- a/microsoft-edge/webview2/release-notes/index.md +++ b/microsoft-edge/webview2/release-notes/index.md @@ -139,14 +139,14 @@ Pending. -* [COREWEBVIEW2_SENSITIVITY_LABEL_KIND Enum](/microsoft-edge/webview2/reference/win32/webview2-idl?view=webview2-1.0.3590-prerelease&preserve-view=true#corewebview2_sensitivity_label_kind) +* [COREWEBVIEW2_SENSITIVITY_LABEL_KIND Enum](/microsoft-edge/webview2/reference/win32/webview2experimental-idl?view=webview2-1.0.3590-prerelease&preserve-view=true#corewebview2_sensitivity_label_kind) * `COREWEBVIEW2_SENSITIVITY_LABEL_KIND_MIP` -* [COREWEBVIEW2_SENSITIVITY_LABELS_STATE Enum](/microsoft-edge/webview2/reference/win32/webview2-idl?view=webview2-1.0.3590-prerelease&preserve-view=true#corewebview2_sensitivity_labels_state) - * `COREWEBVIEW2_SENSITIVITY_LABELS_STATE_AVAILABLE` +* [COREWEBVIEW2_SENSITIVITY_LABELS_STATE Enum](/microsoft-edge/webview2/reference/win32/webview2experimental-idl?view=webview2-1.0.3590-prerelease&preserve-view=true#corewebview2_sensitivity_labels_state) * `COREWEBVIEW2_SENSITIVITY_LABELS_STATE_NOT_APPLICABLE` * `COREWEBVIEW2_SENSITIVITY_LABELS_STATE_PENDING` + * `COREWEBVIEW2_SENSITIVITY_LABELS_STATE_AVAILABLE` ---