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

#ifndef COMPONENTS_DOWNLOAD_DATABASE_SWITCHES_H_
#define COMPONENTS_DOWNLOAD_DATABASE_SWITCHES_H_

namespace download {

namespace switches {

// Enables the use of download database to store download metadata.
extern const char kEnableDownloadDB[];

}  // namespace switches

}  // namespace download

#endif  // COMPONENTS_DOWNLOAD_DATABASE_SWITCHES_H_
