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

Unified Diff: trunk/src/ui/message_center/cocoa/tray_view_controller.mm

Issue 269893004: Revert 268203 "There are many ways to get it wrong." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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: trunk/src/ui/message_center/cocoa/tray_view_controller.mm
===================================================================
--- trunk/src/ui/message_center/cocoa/tray_view_controller.mm (revision 268216)
+++ trunk/src/ui/message_center/cocoa/tray_view_controller.mm (working copy)
@@ -56,7 +56,7 @@
// Step 1: hide all notifications pending removal with fade-out animation.
- (void)hideNotificationsPendingRemoval;
-// Step 2: move up all remaining notifications to take over the available space
+// Step 2: move up all remaining notfications to take over the available space
// due to hiding notifications. The scroll view and the window remain unchanged.
- (void)moveUpRemainingNotifications;
@@ -67,7 +67,7 @@
// "Clear All" is clicked.
- (void)clearOneNotification;
-// When all visible notifications slide out, re-enable controls and remove
+// When all visible notificatons slide out, re-enable controls and remove
// notifications from the message center.
- (void)finalizeClearAll;
« no previous file with comments | « trunk/src/ui/file_manager/file_manager/background/js/device_handler.js ('k') | trunk/src/ui/message_center/message_center.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698