blob: a07f00bf970d659f754c0aa11f39a72f213955c6 [file] [log] [blame]
Avi Drissman4a8573c2022-09-09 19:35:541// Copyright 2014 The Chromium Authors
mvanouwerkerk0900680f2014-10-23 16:07:342// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
b.kelemen4596b512015-03-04 18:42:475#include "chrome/browser/push_messaging/push_messaging_constants.h"
mvanouwerkerk0900680f2014-10-23 16:07:346
peterf3008ae72016-05-19 12:28:437const char kPushMessagingGcmEndpoint[] =
peterf3008ae72016-05-19 12:28:438 "https://fcm.googleapis.com/fcm/send/";
mvanouwerkerk0900680f2014-10-23 16:07:349
johnmefe2717452015-01-15 15:08:1910const char kPushMessagingForcedNotificationTag[] =
11 "user_visible_auto_notification";