Update thorium_flag_entries.h

This commit is contained in:
Alexander David Frick 2022-07-23 08:28:28 -05:00 committed by GitHub
parent 551d73aabe
commit eb4b9d1ad8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,5 +39,5 @@
{"enable-ui-devtools",
"Enable Native UI Inspection in DevTools",
"Enables inspection of Native UI elements in DevTools. Inspect at `chrome://inspect/#native-ui`",
SINGLE_VALUE_TYPE(ui_devtools::switches::kEnableUiDevTools)},
kOsDesktop, SINGLE_VALUE_TYPE(ui_devtools::switches::kEnableUiDevTools)},
#endif // CHROME_BROWSER_THORIUM_FLAG_ENTRIES_H_