chore: deprecate textured BrowserWindow type option on macOS (#43133)

This commit is contained in:
Shelley Vohr 2024-08-12 10:32:35 +02:00 committed by GitHub
parent c9b7806418
commit d294871980
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 17 additions and 15 deletions

View file

@ -86,9 +86,6 @@ const char kType[] = "type";
// Disable auto-hiding cursor.
const char kDisableAutoHideCursor[] = "disableAutoHideCursor";
// Use the macOS' standard window instead of the textured window.
const char kStandardWindow[] = "standardWindow";
// Default browser window background color.
const char kBackgroundColor[] = "backgroundColor";