13 lines
607 B
Diff
13 lines
607 B
Diff
diff --git a/chrome/browser/ui/webui/theme_source.cc b/chrome/browser/ui/webui/theme_source.cc
|
|
index d259b3ef857da189c00e9a3d73ccaeec97b490ab..a4cc1621accbc895d885f0f40495b7cc9911df6f 100644
|
|
--- a/chrome/browser/ui/webui/theme_source.cc
|
|
+++ b/chrome/browser/ui/webui/theme_source.cc
|
|
@@ -354,6 +354,7 @@ void ThemeSource::SendColorsCss(
|
|
|
|
const auto* theme_service =
|
|
ThemeServiceFactory::GetForProfile(profile_->GetOriginalProfile());
|
|
+ BRAVE_THEME_SOURCE_SEND_COLORS_CSS
|
|
|
|
std::optional<std::string> css_content =
|
|
GenerateColorsCss(color_provider, url, theme_service->GetIsGrayscale(),
|