chromium/chrome/browser/extensions/api/chrome_extensions_api_client_unittest.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 "chrome/browser/extensions/api/chrome_extensions_api_client.h"

#include "chrome/common/webui_url_constants.h"
#include "content/public/test/browser_task_environment.h"
#include "extensions/browser/api/web_request/web_request_info.h"
#include "google_apis/gaia/gaia_urls.h"
#include "services/network/public/mojom/fetch_api.mojom-shared.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

namespace extensions {

class ChromeExtensionsAPIClientTest : public testing::Test {};

TEST_F(ChromeExtensionsAPIClientTest, ShouldHideResponseHeader) {}

TEST_F(ChromeExtensionsAPIClientTest, ShouldHideBrowserNetworkRequest) {}

}  // namespace extensions