blob: 971e702e34cf992b0279c88fe3d5291cbda62817 [file]
// 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 CHROMEOS_COMPONENTS_PHONEHUB_PREF_NAMES_H_
#define CHROMEOS_COMPONENTS_PHONEHUB_PREF_NAMES_H_
namespace chromeos {
namespace phonehub {
namespace prefs {
extern const char kNotificationAccessStatus[];
extern const char kHideOnboardingUi[];
extern const char kIsAwaitingVerifiedHost[];
extern const char kHasDismissedSetupRequiredUi[];
} // namespace prefs
} // namespace phonehub
} // namespace chromeos
#endif // CHROMEOS_COMPONENTS_PHONEHUB_PREF_NAMES_H_