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

Unified Diff: ui/message_center/views/message_center_view.cc

Issue 2129253002: Multi-pod support for lock screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fixed patch set 9 errors. Created 4 years, 5 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 | « ui/message_center/message_center_tray.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/message_center_view.cc
diff --git a/ui/message_center/views/message_center_view.cc b/ui/message_center/views/message_center_view.cc
index d2dc4e118e9697cc21bd481eff07ab3ec35f75a1..144aa44771e09b69d4ed18ce942cb4388415f3d2 100644
--- a/ui/message_center/views/message_center_view.cc
+++ b/ui/message_center/views/message_center_view.cc
@@ -156,6 +156,7 @@ void MessageCenterView::SetNotifications(
}
void MessageCenterView::SetSettingsVisible(bool visible) {
+ LOG(ERROR) << "ERMMMM";
jdufault 2016/07/21 20:59:50 Revert all of these LOG messages.
sammiequon 2016/07/21 22:03:30 Done.
settings_visible_ = visible;
Update(true /* animate */);
}
« no previous file with comments | « ui/message_center/message_center_tray.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698