chore: deprecate textured
BrowserWindow type
option on macOS (#43133)
This commit is contained in:
parent
c9b7806418
commit
d294871980
5 changed files with 17 additions and 15 deletions
|
@ -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";
|
||||
|
||||
|
|
|
@ -47,7 +47,6 @@ extern const char kDarkTheme[];
|
|||
extern const char kTransparent[];
|
||||
extern const char kType[];
|
||||
extern const char kDisableAutoHideCursor[];
|
||||
extern const char kStandardWindow[];
|
||||
extern const char kBackgroundColor[];
|
||||
extern const char kHasShadow[];
|
||||
extern const char kOpacity[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue