Commit-Queue | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// This flag only has an effect if kWebRtcAllowWgcWindowCapturer is enabled.
BASE_FEATURE(kWebRtcAllowWgcWindowZeroHz,
"AllowWgcWindowZeroHz",
base::FEATURE_ENABLED_BY_DEFAULT);
What about this one?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
// This flag only has an effect if kWebRtcAllowWgcWindowCapturer is enabled.
BASE_FEATURE(kWebRtcAllowWgcWindowZeroHz,
"AllowWgcWindowZeroHz",
base::FEATURE_ENABLED_BY_DEFAULT);
What about this one?
I'd say it can be removed as well but it is not as trivial as for the other flag which is not used at all.
This flag is used in [1].
I propose to start by removing the "dead" kWebRtcAllowWgcWindowCapturer and then see how complex it is to also remove kWebRtcAllowWgcWindowZeroHz in a separate CL.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// This flag only has an effect if kWebRtcAllowWgcWindowCapturer is enabled.
BASE_FEATURE(kWebRtcAllowWgcWindowZeroHz,
"AllowWgcWindowZeroHz",
base::FEATURE_ENABLED_BY_DEFAULT);
Henrik AndreassonWhat about this one?
I'd say it can be removed as well but it is not as trivial as for the other flag which is not used at all.
This flag is used in [1].
I propose to start by removing the "dead" kWebRtcAllowWgcWindowCapturer and then see how complex it is to also remove kWebRtcAllowWgcWindowZeroHz in a separate CL.
How do you suggest to deal with "This flag only has an effect if kWebRtcAllowWgcScreenCapturer is enabled." comment?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// This flag only has an effect if kWebRtcAllowWgcWindowCapturer is enabled.
BASE_FEATURE(kWebRtcAllowWgcWindowZeroHz,
"AllowWgcWindowZeroHz",
base::FEATURE_ENABLED_BY_DEFAULT);
Henrik AndreassonWhat about this one?
Olga SharonovaI'd say it can be removed as well but it is not as trivial as for the other flag which is not used at all.
This flag is used in [1].
I propose to start by removing the "dead" kWebRtcAllowWgcWindowCapturer and then see how complex it is to also remove kWebRtcAllowWgcWindowZeroHz in a separate CL.
How do you suggest to deal with "This flag only has an effect if kWebRtcAllowWgcScreenCapturer is enabled." comment?
Thanks. That comment should be removed.
Code-Review | +1 |
LGTM w/comment removal per henrik's last comment.
Commit-Queue | +2 |
// This flag only has an effect if kWebRtcAllowWgcWindowCapturer is enabled.
BASE_FEATURE(kWebRtcAllowWgcWindowZeroHz,
"AllowWgcWindowZeroHz",
base::FEATURE_ENABLED_BY_DEFAULT);
Henrik AndreassonWhat about this one?
Olga SharonovaI'd say it can be removed as well but it is not as trivial as for the other flag which is not used at all.
This flag is used in [1].
I propose to start by removing the "dead" kWebRtcAllowWgcWindowCapturer and then see how complex it is to also remove kWebRtcAllowWgcWindowZeroHz in a separate CL.
Henrik AndreassonHow do you suggest to deal with "This flag only has an effect if kWebRtcAllowWgcScreenCapturer is enabled." comment?
Thanks. That comment should be removed.
Good catch. I can try to remove kWebRtcAllowWgcWindowCapturer in a separate change.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Apologies for a delay - I though it had all the required approvals!
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
Thanks for the reviews.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Clean up kWebRtcAllowWgcScreenCapturer feature flag
... since it's unused and on by default.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |