Index: chrome/browser/chromeos/notifications/notification_panel.cc |
diff --git a/chrome/browser/chromeos/notifications/notification_panel.cc b/chrome/browser/chromeos/notifications/notification_panel.cc |
index be62fc45b22de22e25d8c55199b851ac6129e88a..301b3b0c8f1e8ffa518effc660c3aac601d2d413 100644 |
--- a/chrome/browser/chromeos/notifications/notification_panel.cc |
+++ b/chrome/browser/chromeos/notifications/notification_panel.cc |
@@ -459,7 +459,7 @@ void NotificationPanel::Show() { |
panel_widget_->SetContentsView(scroll_view_.get()); |
-#if defined(USE_AURA) || defined(TOUCH_UI) |
+#if defined(USE_AURA) |
native->AttachToView(balloon_container_.get()); |
#else |
// Add the view port after scroll_view is attached to the panel widget. |