chromium/chromeos/ash/services/device_sync/public/cpp/gcm_constants.h

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROMEOS_ASH_SERVICES_DEVICE_SYNC_PUBLIC_CPP_GCM_CONSTANTS_H_
#define CHROMEOS_ASH_SERVICES_DEVICE_SYNC_PUBLIC_CPP_GCM_CONSTANTS_H_

namespace ash {

namespace device_sync {

// ID constants used in GCM for CryptAuth-related calls.
extern const char kCryptAuthGcmAppId[];
extern const char kCryptAuthGcmSenderId[];
extern const char kCryptAuthV2EnrollmentAuthorizedEntity[];

}  // namespace device_sync

}  // namespace ash

#endif  // CHROMEOS_ASH_SERVICES_DEVICE_SYNC_PUBLIC_CPP_GCM_CONSTANTS_H_