File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -284,15 +284,14 @@ namespace Microsoft.Web.WebView2.Core
284284/// or are fully determined for the current web page content.
285285[v1_enum]
286286typedef enum COREWEBVIEW2_SENSITIVITY_LABEL_STATE {
287- /// Indicates that there are no allowlisted pages loaded that report
288- /// sensitivity labels.
287+ /// Indicates that none of the loaded pages are in the allow list. Hence
288+ /// none will report sensitivity labels.
289289 COREWEBVIEW2_SENSITIVITY_LABEL_STATE_NONE,
290- /// Indicates that there are allowlisted pages loaded in the WebView2
291- /// that are capable of reporting sensitivity labels, but the label
292- /// determination process is still in progress.
290+ /// Indicates that WebView2 has loaded pages from the allow list that can
291+ /// report sensitivity labels, but the label determination is not yet complete.
293292 COREWEBVIEW2_SENSITIVITY_LABEL_STATE_UNDETERMINED,
294- /// Indicates that there are allowlisted pages loaded in the WebView2
295- /// and the content has reported label information to WebView2 .
293+ /// Indicates that WebView2 has loaded pages from the allow list,
294+ /// and those pages have provided label information.
296295 COREWEBVIEW2_SENSITIVITY_LABEL_STATE_DETERMINED,
297296} COREWEBVIEW2_SENSITIVITY_LABEL_STATE;
298297
You can’t perform that action at this time.
0 commit comments