ozone: evdev: Sync caps lock LED state to evdev
[chromium-blink-merge.git] / chrome / browser / services / gcm / push_messaging_constants.cc
blob9b46d59c24bb4cf3186180ff9cd51e87ab17816a
1 // Copyright 2014 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.
5 #include "chrome/browser/services/gcm/push_messaging_constants.h"
7 namespace gcm {
9 const char kPushMessagingEndpoint[] = "https://android.googleapis.com/gcm/send";
11 const char kPushMessagingForcedNotificationTag[] =
12 "user_visible_auto_notification";
14 } // namespace gcm