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

Unified Diff: chrome/browser/ui/views/notifications/balloon_collection_views.cc

Issue 11819048: Implement message center on Windows (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase. Created 7 years, 11 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/notifications/balloon_collection_views.cc
diff --git a/chrome/browser/ui/views/notifications/balloon_collection_views.cc b/chrome/browser/ui/views/notifications/balloon_collection_views.cc
index 2a52e9b32edc611ab988751c346d59ca2f0ba5a2..8de3634e511e1aeb5be1dff449d88b9e0d8476d3 100644
--- a/chrome/browser/ui/views/notifications/balloon_collection_views.cc
+++ b/chrome/browser/ui/views/notifications/balloon_collection_views.cc
@@ -109,7 +109,7 @@ void BalloonCollectionImpl::SetPositionPreference(
PositionBalloons(true);
}
-#if !defined(OS_CHROMEOS)
+#if !defined(OS_CHROMEOS) && !defined(OS_WIN)
// static
BalloonCollection* BalloonCollection::Create() {
return new BalloonCollectionImpl();

Powered by Google App Engine
This is Rietveld 408576698