chromium/components/component_updater/component_updater_command_line_config_policy.h

// 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.

#ifndef COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_COMMAND_LINE_CONFIG_POLICY_H_
#define COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_COMMAND_LINE_CONFIG_POLICY_H_

#include "base/time/time.h"
#include "components/update_client/command_line_config_policy.h"
#include "url/gurl.h"

namespace base {
class CommandLine;
}

namespace component_updater {

extern const char kSwitchTestRequestParam[];

// Component updater config policy implementation.
class ComponentUpdaterCommandLineConfigPolicy final
    : public update_client::CommandLineConfigPolicy {};

}  // namespace component_updater

#endif  // COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_COMMAND_LINE_CONFIG_POLICY_H_