Commit 5a60a7ed authored by Mason Freed's avatar Mason Freed Committed by Commit Bot

Edit comment: remove DisableForAll, which does not exist

Per the comment, the allowable values come from the enum in
feature_policy_features.h. There is no DisableForAll.

TBR=iclelland@chromium.org

Change-Id: I1509a66c570dbb0c2b34876019f965446f91093c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551958Reviewed-by: default avatarMason Freed <masonfreed@chromium.org>
Commit-Queue: Mason Freed <masonfreed@chromium.org>
Cr-Commit-Position: refs/heads/master@{#829566}
parent 0584ef06
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
// public/common/feature_policy/feature_policy_features.h // public/common/feature_policy/feature_policy_features.h
feature_default: { feature_default: {
default: "EnableForSelf", default: "EnableForSelf",
valid_values: ["DisableForAll", "EnableForAll", "EnableForSelf"] valid_values: ["EnableForAll", "EnableForSelf"]
} }
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment