chromium/components/omnibox/browser/autocomplete_provider_client.cc

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

#include "components/omnibox/browser/autocomplete_provider_client.h"

history_clusters::HistoryClustersService*
AutocompleteProviderClient::GetHistoryClustersService() {}

history_embeddings::HistoryEmbeddingsService*
AutocompleteProviderClient::GetHistoryEmbeddingsService() {}

bool AutocompleteProviderClient::AllowDeletingBrowserHistory() const {}

std::string AutocompleteProviderClient::ProfileUserName() const {}

bool AutocompleteProviderClient::IsIncognitoModeAvailable() const {}

bool AutocompleteProviderClient::IsSharingHubAvailable() const {}

bool AutocompleteProviderClient::IsHistoryEmbeddingsEnabled() const {}

bool AutocompleteProviderClient::IsHistoryEmbeddingsSettingVisible() const {}

bool AutocompleteProviderClient::in_background_state() const {}

base::WeakPtr<AutocompleteProviderClient>
AutocompleteProviderClient::GetWeakPtr() {}