blob: fd01822a7e906c83cd9b856111daf7ebf337cbaa [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "extensions/test/test_content_utility_client.h"
namespace extensions {
TestContentUtilityClient::TestContentUtilityClient() = default;
TestContentUtilityClient::~TestContentUtilityClient() = default;
void TestContentUtilityClient::UtilityThreadStarted() {
utility_handler::UtilityThreadStarted();
}
void TestContentUtilityClient::ExposeInterfacesToBrowser(
service_manager::InterfaceRegistry* registry) {
utility_handler::ExposeInterfacesToBrowser(registry, false);
}
} // namespace extensions