| // Copyright 2018 The Chromium Authors. All rights reserved. |
| // 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 "build/build_config.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 { |
| int CommandLineConfigPolicy::InitialDelay() const { |
| } // namespace update_client |