chromium/chrome/browser/search_engines/chrome_template_url_service_client.cc

// Copyright 2014 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/search_engines/chrome_template_url_service_client.h"

#include "components/search_engines/template_url_service.h"

ChromeTemplateURLServiceClient::ChromeTemplateURLServiceClient(
    history::HistoryService* history_service)
    :{}

ChromeTemplateURLServiceClient::~ChromeTemplateURLServiceClient() {}

void ChromeTemplateURLServiceClient::Shutdown() {}

void ChromeTemplateURLServiceClient::SetOwner(TemplateURLService* owner) {}

void ChromeTemplateURLServiceClient::DeleteAllSearchTermsForKeyword(
    TemplateURLID id) {}

void ChromeTemplateURLServiceClient::SetKeywordSearchTermsForURL(
    const GURL& url,
    TemplateURLID id,
    const std::u16string& term) {}

void ChromeTemplateURLServiceClient::AddKeywordGeneratedVisit(const GURL& url) {}

void ChromeTemplateURLServiceClient::OnURLVisited(
    history::HistoryService* history_service,
    const history::URLRow& url_row,
    const history::VisitRow& new_visit) {}