chromium/chrome/browser/visited_url_ranking/url_deduplication/search_engine_url_strip_handler.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/visited_url_ranking/url_deduplication/search_engine_url_strip_handler.h"

#include <string>

#include "components/search_engines/template_url.h"
#include "components/search_engines/template_url_service.h"

namespace url_deduplication {

SearchEngineURLStripHandler::SearchEngineURLStripHandler(
    TemplateURLService* template_url_service,
    bool keep_search_intent_params,
    bool normalize_search_terms,
    std::u16string keyword)
    :{}

GURL SearchEngineURLStripHandler::StripExtraParams(GURL url) {}

const TemplateURL* SearchEngineURLStripHandler::GetConstTemplateURLWithKeyword(
    const std::u16string& keyword,
    const std::string& host) const {}

}  // namespace url_deduplication