chromium/chrome/browser/background_sync/background_sync_content_setting_browsertest.cc

// Copyright 2019 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/content_settings/host_content_settings_map_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/test/base/in_process_browser_test.h"
#include "chrome/test/base/ui_test_utils.h"
#include "components/background_sync/background_sync_controller_impl.h"
#include "components/content_settings/core/browser/host_content_settings_map.h"
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_utils.h"

namespace {

const char kExampleUrl[] =;

}  // namespace

class BackgroundSyncContentSettingBrowserTest : public InProcessBrowserTest {};

IN_PROC_BROWSER_TEST_F(BackgroundSyncContentSettingBrowserTest,
                       BlockingContentSettingUnregistersPeriodicSync) {}