chromium/chrome/browser/autocomplete/keyword_extensions_delegate_impl_unittest.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/autocomplete/keyword_extensions_delegate_impl.h"

#include <utility>

#include "base/memory/ref_counted.h"
#include "base/path_service.h"
#include "chrome/browser/extensions/extension_service.h"
#include "chrome/browser/extensions/extension_service_test_base.h"
#include "chrome/browser/extensions/extension_util.h"
#include "chrome/browser/extensions/test_extension_system.h"
#include "chrome/browser/extensions/unpacked_installer.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/common/chrome_paths.h"
#include "components/omnibox/browser/keyword_provider.h"
#include "components/omnibox/browser/mock_autocomplete_provider_client.h"
#include "components/search_engines/search_engines_test_environment.h"
#include "components/search_engines/template_url_service.h"
#include "extensions/browser/extension_registry.h"
#include "extensions/browser/extension_util.h"
#include "extensions/browser/test_extension_registry_observer.h"
#include "extensions/common/extension.h"

namespace extensions {

namespace {

class KeywordExtensionsDelegateImplTest : public ExtensionServiceTestBase {};

void KeywordExtensionsDelegateImplTest::SetUp() {}

void KeywordExtensionsDelegateImplTest::RunTest(bool incognito) {}

TEST_F(KeywordExtensionsDelegateImplTest, IsEnabledExtension) {}

TEST_F(KeywordExtensionsDelegateImplTest, IsEnabledExtensionIncognito) {}

}  // namespace

}  // namespace extensions