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

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

Issue 10984025: make --desktop-aura work again on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: diff fix per stevenjb Created 8 years, 3 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
« no previous file with comments | « chrome/browser/ui/views/ash/balloon_collection_impl_ash.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 07cb2f54cd2f8b8d2e9be4ef28816e18aa767efd..a66ea192b14081b1c25878a961e1a38555eba63d 100644
--- a/chrome/browser/ui/views/notifications/balloon_collection_views.cc
+++ b/chrome/browser/ui/views/notifications/balloon_collection_views.cc
@@ -107,7 +107,7 @@ void BalloonCollectionImpl::SetPositionPreference(
PositionBalloons(true);
}
-#if !defined(USE_ASH)
+#if !defined(OS_CHROMEOS)
// static
BalloonCollection* BalloonCollection::Create() {
return new BalloonCollectionImpl();
« no previous file with comments | « chrome/browser/ui/views/ash/balloon_collection_impl_ash.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698