proximity_auth_pref_names.h 866 B

12345678910111213141516171819202122
  1. // Copyright 2015 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef ASH_COMPONENTS_PROXIMITY_AUTH_PROXIMITY_AUTH_PREF_NAMES_H_
  5. #define ASH_COMPONENTS_PROXIMITY_AUTH_PROXIMITY_AUTH_PREF_NAMES_H_
  6. namespace proximity_auth {
  7. namespace prefs {
  8. extern const char kEasyUnlockEnabledStateSet[];
  9. extern const char kEasyUnlockLocalStateUserPrefs[];
  10. extern const char kProximityAuthLastPromotionCheckTimestampMs[];
  11. extern const char kProximityAuthPromotionShownCount[];
  12. extern const char kProximityAuthRemoteBleDevices[];
  13. extern const char kProximityAuthIsChromeOSLoginEnabled[];
  14. extern const char kProximityAuthHasShownLoginDisabledMessage[];
  15. } // namespace prefs
  16. } // namespace proximity_auth
  17. #endif // ASH_COMPONENTS_PROXIMITY_AUTH_PROXIMITY_AUTH_PREF_NAMES_H_