blob: d5e432b6fc0cb99889d9cdee936ff36bf29457b7 [file] [log] [blame]
// Copyright 2020 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 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 kNearbyShareHTTPHost[];
extern const char kNearbyShareVerboseLogging[];
} // namespace switches
#endif // CHROME_BROWSER_NEARBY_SHARING_COMMON_NEARBY_SHARE_SWITCHES_H_