chromium/third_party/libaddressinput/chromium/chrome_metadata_source_unittest.cc

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

#include "third_party/libaddressinput/chromium/chrome_metadata_source.h"

#include "base/run_loop.h"
#include "base/test/task_environment.h"
#include "mojo/core/embedder/embedder.h"
#include "services/network/public/cpp/shared_url_loader_factory.h"
#include "services/network/public/cpp/weak_wrapper_shared_url_loader_factory.h"
#include "services/network/test/test_url_loader_factory.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace autofill {

static const char kFakeUrl[] =;
static const char kFakeInsecureUrl[] =;

class ChromeMetadataSourceTest : public testing::Test {};

TEST_F(ChromeMetadataSourceTest, Success) {}

TEST_F(ChromeMetadataSourceTest, Failure) {}

TEST_F(ChromeMetadataSourceTest, RejectsInsecureScheme) {}

}  // namespace autofill