chromium/content/browser/loader/resource_scheduler_browsertest.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <map>
#include <string>

#include "base/test/scoped_feature_list.h"
#include "build/buildflag.h"
#include "content/public/browser/visibility.h"
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_utils.h"
#include "content/public/test/content_browser_test.h"
#include "content/public/test/content_browser_test_utils.h"
#include "content/shell/browser/shell.h"
#include "net/test/embedded_test_server/embedded_test_server.h"
#include "services/network/public/cpp/features.h"
#include "url/gurl.h"

namespace content {

namespace {

class ResourceSchedulerBrowserTest : public ContentBrowserTest {};

IN_PROC_BROWSER_TEST_F(ResourceSchedulerBrowserTest,
                       DISABLED_ResourceLoadingExperimentIncognito) {}

IN_PROC_BROWSER_TEST_F(ResourceSchedulerBrowserTest,
                       DISABLED_ResourceLoadingExperimentNormal) {}

}  // anonymous namespace

}  // namespace content