Avi Drissman | 4a8573c | 2022-09-09 19:35:54 | [diff] [blame] | 1 | // Copyright 2014 The Chromium Authors |
mvanouwerkerk | 0900680f | 2014-10-23 16:07:34 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
b.kelemen | 4596b51 | 2015-03-04 18:42:47 | [diff] [blame] | 5 | #include "chrome/browser/push_messaging/push_messaging_constants.h" |
mvanouwerkerk | 0900680f | 2014-10-23 16:07:34 | [diff] [blame] | 6 | |
peter | f3008ae7 | 2016-05-19 12:28:43 | [diff] [blame] | 7 | const char kPushMessagingGcmEndpoint[] = |
peter | f3008ae7 | 2016-05-19 12:28:43 | [diff] [blame] | 8 | "https://fcm.googleapis.com/fcm/send/"; |
mvanouwerkerk | 0900680f | 2014-10-23 16:07:34 | [diff] [blame] | 9 | |
johnme | fe271745 | 2015-01-15 15:08:19 | [diff] [blame] | 10 | const char kPushMessagingForcedNotificationTag[] = |
| 11 | "user_visible_auto_notification"; |