Commit 1ddea71b authored by Tibor Goldschwendt's avatar Tibor Goldschwendt Committed by Commit Bot

[webui][ntp] Enable doodles on themed and dark mode NTPs

Fixed: 688960
Change-Id: I71631b7a6fa0ccda9596eae0517b349ef8fe9675
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2262058Reviewed-by: default avatarMoe Ahmadi <mahmadi@chromium.org>
Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#782045}
parent 77ed27ef
...@@ -66,7 +66,7 @@ const base::Feature kWebUIRealbox{"WebUIRealbox", ...@@ -66,7 +66,7 @@ const base::Feature kWebUIRealbox{"WebUIRealbox",
// If enabled, the Doodle will be shown on themed and dark mode NTPs. // If enabled, the Doodle will be shown on themed and dark mode NTPs.
const base::Feature kWebUIThemeModeDoodles{"WebUIThemeModeDoodles", const base::Feature kWebUIThemeModeDoodles{"WebUIThemeModeDoodles",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
bool IsRealboxEnabled() { bool IsRealboxEnabled() {
if (!base::FeatureList::IsEnabled(omnibox::kNewSearchFeatures)) if (!base::FeatureList::IsEnabled(omnibox::kNewSearchFeatures))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment