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

Unified Diff: ash/system/web_notification/web_notification_tray.h

Issue 12096027: Adds an ash global shortcut key for message center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: ash/system/web_notification/web_notification_tray.h
diff --git a/ash/system/web_notification/web_notification_tray.h b/ash/system/web_notification/web_notification_tray.h
index bd9e026af42db40d4f0ee85a98afbf0ecfd4d8ee..eed4678219c2a5164790061014bd007d7a38507e 100644
--- a/ash/system/web_notification/web_notification_tray.h
+++ b/ash/system/web_notification/web_notification_tray.h
@@ -77,6 +77,9 @@ class ASH_EXPORT WebNotificationTray
return message_center_;
}
+ // Shows or hides the message center bubble.
+ void ToggleMessageCenterBubble();
+
// Overridden from TrayBackgroundView.
virtual void SetShelfAlignment(ShelfAlignment alignment) OVERRIDE;
virtual void AnchorUpdated() OVERRIDE;
@@ -115,9 +118,6 @@ class ASH_EXPORT WebNotificationTray
ManyMessageCenterNotifications);
FRIEND_TEST_ALL_PREFIXES(WebNotificationTrayTest, ManyPopupNotifications);
- // Shows or hides the message center bubble.
- void ToggleMessageCenterBubble();
-
// Shows or updates the message center bubble and hides the popup bubble.
void ShowMessageCenterBubble();
« ash/accelerators/accelerator_table.cc ('K') | « ash/accelerators/accelerator_table.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698