chromium/chrome/browser/history_embeddings/history_embeddings_utils.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/history_embeddings/history_embeddings_utils.h"

#include "chrome/browser/optimization_guide/optimization_guide_keyed_service.h"
#include "chrome/browser/optimization_guide/optimization_guide_keyed_service_factory.h"
#include "components/history_embeddings/history_embeddings_features.h"
#include "components/optimization_guide/core/optimization_guide_features.h"

namespace history_embeddings {

bool IsHistoryEmbeddingsEnabledForProfile(Profile* profile) {}

bool IsHistoryEmbeddingsSettingVisible(Profile* profile) {}

}  // namespace history_embeddings