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

Unified Diff: ui/message_center/message_view.cc

Issue 11836003: Allow message center and related bubbles to render on Windows. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Cut out SlideOutView when not using Aura. 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: ui/message_center/message_view.cc
diff --git a/ui/message_center/message_view.cc b/ui/message_center/message_view.cc
index 2fbc8341d26539a1ad36c72547278347f085eb22..637ca7466a0488f432e04a6a4267196441c08e62 100644
--- a/ui/message_center/message_view.cc
+++ b/ui/message_center/message_view.cc
@@ -182,8 +182,10 @@ void MessageView::ShowMenu(gfx::Point screen_location) {
views::MenuRunner::HAS_MNEMONICS));
}
+#ifdef USE_AURA
void MessageView::OnSlideOut() {
list_delegate_->SendRemoveNotification(notification_.id);
}
+#endif
} // namespace message_center

Powered by Google App Engine
This is Rietveld 408576698