Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2274)

Unified Diff: chrome/browser/ui/views/message_center/web_notification_tray.cc

Issue 17286015: Adds a first-run balloon to the Windows notification center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dimich comments. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 58d1169fa8887f9290a3a8c3875af1f8e4052f15..d8ae5951ad8cf9cc5d604ef1a670b75ce78337e4 100644
--- a/chrome/browser/ui/views/message_center/web_notification_tray.cc
+++ b/chrome/browser/ui/views/message_center/web_notification_tray.cc
@@ -30,10 +30,6 @@
#include "ui/message_center/views/message_popup_collection.h"
#include "ui/views/widget/widget.h"
-#if defined(OS_WIN)
-#include "ui/base/win/hwnd_util.h"
-#endif
-
namespace {
// Tray constants

Powered by Google App Engine
This is Rietveld 408576698