// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_NEARBY_SHARING_COMMON_NEARBY_SHARE_SWITCHES_H_
#define CHROME_BROWSER_NEARBY_SHARING_COMMON_NEARBY_SHARE_SWITCHES_H_
namespace switches {
// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
extern const char kNearbyShareCertificateValidityPeriodHours[];
extern const char kNearbyShareDeviceID[];
extern const char kNearbyShareHTTPHost[];
extern const char kNearbyShareNumPrivateCertificates[];
extern const char kNearbyShareVerboseLogging[];
} // namespace switches
#endif // CHROME_BROWSER_NEARBY_SHARING_COMMON_NEARBY_SHARE_SWITCHES_H_