blob: 8da95077fe9076f6168d5cf6655c5a1a2f4f66f3 [file] [log] [blame]
// 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 CHROMEOS_DBUS_DBUS_SWITCHES_H_
#define CHROMEOS_DBUS_DBUS_SWITCHES_H_
#include "chromeos/chromeos_export.h"
namespace chromeos {
namespace switches {
CHROMEOS_EXPORT extern const char kAttestationServer[];
CHROMEOS_EXPORT extern const char kDbusStub[];
CHROMEOS_EXPORT extern const char kShillStub[];
CHROMEOS_EXPORT extern const char kSmsTestMessages[];
CHROMEOS_EXPORT extern const char kSystemDevMode[];
} // namespace switches
} // namespace chromeos
#endif // CHROMEOS_DBUS_DBUS_SWITCHES_H_