Index: chrome/browser/services/gcm/push_messaging_constants.cc |
diff --git a/chrome/browser/services/gcm/push_messaging_constants.cc b/chrome/browser/services/gcm/push_messaging_constants.cc |
deleted file mode 100644 |
index 9b46d59c24bb4cf3186180ff9cd51e87ab17816a..0000000000000000000000000000000000000000 |
--- a/chrome/browser/services/gcm/push_messaging_constants.cc |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
-// Copyright 2014 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#include "chrome/browser/services/gcm/push_messaging_constants.h" |
- |
-namespace gcm { |
- |
-const char kPushMessagingEndpoint[] = "https://android.googleapis.com/gcm/send"; |
- |
-const char kPushMessagingForcedNotificationTag[] = |
- "user_visible_auto_notification"; |
- |
-} // namespace gcm |