chromium/chrome/browser/extensions/api/declarative_content/declarative_content_condition_tracker_test.cc

// Copyright 2015 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/extensions/api/declarative_content/declarative_content_condition_tracker_test.h"

#include "base/run_loop.h"
#include "chrome/test/base/testing_profile.h"
#include "content/public/browser/render_view_host.h"
#include "content/public/browser/web_contents.h"
#include "content/public/test/mock_render_process_host.h"
#include "content/public/test/web_contents_tester.h"

namespace extensions {

DeclarativeContentConditionTrackerTest::DeclarativeContentConditionTrackerTest()
    :{}

DeclarativeContentConditionTrackerTest::
~DeclarativeContentConditionTrackerTest() {}

std::unique_ptr<content::WebContents>
DeclarativeContentConditionTrackerTest::MakeTab() {}

content::MockRenderProcessHost*
DeclarativeContentConditionTrackerTest::GetMockRenderProcessHost(
    content::WebContents* contents) {}

TestingProfile::TestingFactories
DeclarativeContentConditionTrackerTest::GetTestingFactories() const {}

TestingProfile* DeclarativeContentConditionTrackerTest::profile() {}

const void* DeclarativeContentConditionTrackerTest::GeneratePredicateGroupID() {}

}  // namespace extensions