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

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

Issue 16979002: Add ContextMenuSourceType to views::ContextMenuController::ShowContextMenuForView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 7 years, 6 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 | « ash/shell/window_type_launcher.cc ('k') | ash/system/web_notification/web_notification_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8b3aff86a5eb76547ad30d2f5630b044ac345b46..df7a663951dd0e19302a595b7cfee5a5dfb5e7d2 100644
--- a/ash/system/web_notification/web_notification_tray.h
+++ b/ash/system/web_notification/web_notification_tray.h
@@ -126,7 +126,7 @@ class ASH_EXPORT WebNotificationTray
bool ShouldShowQuietModeMenu(const ui::Event& event);
// Shows the quiet mode menu.
- void ShowQuietModeMenu();
+ void ShowQuietModeMenu(const ui::Event& event);
internal::WebNotificationBubbleWrapper* message_center_bubble() const {
return message_center_bubble_.get();
« no previous file with comments | « ash/shell/window_type_launcher.cc ('k') | ash/system/web_notification/web_notification_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698