// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/offline_pages/content/background_loader/background_loader_contents_stub.h" #include "content/public/browser/web_contents.h" #include "content/public/test/web_contents_tester.h" namespace background_loader { BackgroundLoaderContentsStub::BackgroundLoaderContentsStub( content::BrowserContext* browser_context) : … { … } BackgroundLoaderContentsStub::~BackgroundLoaderContentsStub() { … } void BackgroundLoaderContentsStub::LoadPage(const GURL& url) { … } } // namespace background_loader