Skip to content

Commit

Permalink
re-disable autoplay settings feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Feb 20, 2024
1 parent 917326a commit 5373a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/media/base/media_switches.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1113,10 +1113,10 @@ BASE_FEATURE(kAutoplayIgnoreWebAudio,
base::FEATURE_ENABLED_BY_DEFAULT);

// Whether we should show a setting to disable autoplay policy.
// TODO: Alex313031 Possibly re-disable? Causes Profile picker crash
// TODO: Alex313031 Possibly re-enable? Causes Profile picker crash
BASE_FEATURE(kAutoplayDisableSettings,
"AutoplayDisableSettings",
base::FEATURE_ENABLED_BY_DEFAULT);
base::FEATURE_DISABLED_BY_DEFAULT);

// Whether we should allow color space changes to flush AcceleratedVideoDecoder.
BASE_FEATURE(kAVDColorSpaceChanges,
Expand Down

0 comments on commit 5373a94

Please sign in to comment.