blob: bfb08d921c397a54fb392d2813183762683323b5 [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 kFakeOobeConfiguration[];
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_