Skip to content

Commit

Permalink
build: unblock bad feature flag parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Mar 18, 2024
1 parent 193e162 commit 15d6e7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shell/browser/feature_list_mac.mm
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@
// chrome/browser/media/webrtc/thumbnail_capturer_mac.mm
// kThumbnailCapturerMac,
// chrome/browser/media/webrtc/thumbnail_capturer_mac.mm
#if DCHECK_IS_ON()
return "";
#else
return "ScreenCaptureKitPickerScreen,ScreenCaptureKitStreamPickerSonoma,"
"ThumbnailCapturerMac:capture_mode/sc_screenshot_manager";
#endif
}
return "";
}
Expand Down

0 comments on commit 15d6e7e

Please sign in to comment.