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

// 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.

#include "chromeos/ash/services/device_sync/public/cpp/gcm_constants.h"

namespace ash {

namespace device_sync {

const char kCryptAuthGcmAppId[] = "com.google.chrome.cryptauth";
const char kCryptAuthGcmSenderId[] = "381449029288";
const char kCryptAuthV2EnrollmentAuthorizedEntity[] = "16502139086";

}  // namespace device_sync

}  // namespace ash