chromium/components/update_client/command_line_config_policy.cc

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

#include "components/update_client/command_line_config_policy.h"

#include "base/time/time.h"
#include "build/build_config.h"
#include "url/gurl.h"

namespace update_client {

bool CommandLineConfigPolicy::BackgroundDownloadsEnabled() const {}

bool CommandLineConfigPolicy::DeltaUpdatesEnabled() const {}

bool CommandLineConfigPolicy::FastUpdate() const {}

bool CommandLineConfigPolicy::PingsEnabled() const {}

bool CommandLineConfigPolicy::TestRequest() const {}

GURL CommandLineConfigPolicy::UrlSourceOverride() const {}

base::TimeDelta CommandLineConfigPolicy::InitialDelay() const {}

}  // namespace update_client