#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) { … }
}