Skip to content

Commit

Permalink
Address Web Discovery feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
DJAndries committed Sep 17, 2024
1 parent d3140e8 commit 97f3219
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions browser/web_discovery/web_discovery_service_factory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ WebDiscoveryServiceFactory::WebDiscoveryServiceFactory()

WebDiscoveryServiceFactory::~WebDiscoveryServiceFactory() = default;

// static
ProfileSelections WebDiscoveryServiceFactory::CreateProfileSelections() {
if (!base::FeatureList::IsEnabled(features::kBraveWebDiscoveryNative)) {
return ProfileSelections::BuildNoProfilesSelected();
Expand Down
6 changes: 3 additions & 3 deletions components/constants/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ source_set("constants") {
"webui_url_constants.h",
]

public_deps = [ ":brave_services_key" ]
deps = [
"//base",
public_deps = [
":brave_services_key",
"//brave/components/web_discovery/buildflags",
"//extensions/buildflags",
]
deps = [ "//base" ]
}

source_set("brave_service_key_helper") {
Expand Down

0 comments on commit 97f3219

Please sign in to comment.