gcm_constants.h 482 B

1234567891011121314151617
  1. // Copyright 2021 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 GOOGLE_APIS_GCM_BASE_GCM_CONSTANTS_H_
  5. #define GOOGLE_APIS_GCM_BASE_GCM_CONSTANTS_H_
  6. #include "base/time/time.h"
  7. #include "google_apis/gcm/base/gcm_export.h"
  8. namespace gcm {
  9. GCM_EXPORT extern const base::TimeDelta kIncomingMessageTTL;
  10. } // namespace gcm
  11. #endif // GOOGLE_APIS_GCM_BASE_GCM_CONSTANTS_H_