Index: chrome/browser/ui/views/message_center/web_notification_tray.cc |
diff --git a/chrome/browser/ui/views/message_center/web_notification_tray.cc b/chrome/browser/ui/views/message_center/web_notification_tray.cc |
index f58482a0584a6ae7ec3dc84faf47a2c25f3e7ed1..6c6675f6d4712a2918ed4e323d4ab825a0531549 100644 |
--- a/chrome/browser/ui/views/message_center/web_notification_tray.cc |
+++ b/chrome/browser/ui/views/message_center/web_notification_tray.cc |
@@ -32,10 +32,6 @@ namespace { |
// Tray constants |
const int kScreenEdgePadding = 2; |
-const int kSystemTrayWidth = 16; |
-const int kSystemTrayHeight = 16; |
-const int kNumberOfSystemTraySprites = 10; |
- |
// Number of pixels the message center is offset from the mouse. |
const int kMouseOffset = 5; |