chromium/chrome/browser/ssl/secure_origin_prefs_observer.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/ssl/secure_origin_prefs_observer.h"

#include <string>

#include "base/functional/bind.h"
#include "base/functional/callback_helpers.h"
#include "base/strings/string_util.h"
#include "base/syslog_logging.h"
#include "chrome/common/pref_names.h"
#include "components/prefs/pref_service.h"
#include "services/network/public/cpp/is_potentially_trustworthy.h"

SecureOriginPrefsObserver::SecureOriginPrefsObserver(
    PrefService* pref_service) {}

void SecureOriginPrefsObserver::OnChangeInSecureOriginPref() {}