fix: add theme data source for devtools. (#44636)

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Bill Shen <shenyb32768@gmail.com>
This commit is contained in:
trop[bot] 2024-11-13 15:06:21 +01:00 committed by GitHub
parent ac1165d778
commit da390c193b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 474 additions and 110 deletions

View file

@ -14,6 +14,7 @@ class DevToolsUI : public content::WebUIController {
public:
explicit DevToolsUI(content::BrowserContext* browser_context,
content::WebUI* web_ui);
~DevToolsUI() override = default;
// disable copy
DevToolsUI(const DevToolsUI&) = delete;