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

Unified Diff: ash/system/chromeos/session/logout_button_tray.cc

Issue 1918183003: mash: Close the system tray bubble on click outside its bounds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pointerwatcher
Patch Set: rebase Created 4 years, 8 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/chromeos/session/logout_button_tray.cc
diff --git a/ash/system/chromeos/session/logout_button_tray.cc b/ash/system/chromeos/session/logout_button_tray.cc
index da73da562e62b69ed57fa38432dbd5cef9162d28..9deede73f8c844c889628cbed2791f96924e021a 100644
--- a/ash/system/chromeos/session/logout_button_tray.cc
+++ b/ash/system/chromeos/session/logout_button_tray.cc
@@ -123,9 +123,7 @@ void LogoutButtonTray::HideBubbleWithView(
const views::TrayBubbleView* bubble_view) {
}
-bool LogoutButtonTray::ClickedOutsideBubble() {
- return false;
-}
+void LogoutButtonTray::ClickedOutsideBubble() {}
void LogoutButtonTray::OnShowLogoutButtonInTrayChanged(bool show) {
show_logout_button_in_tray_ = show;
« no previous file with comments | « ash/system/chromeos/session/logout_button_tray.h ('k') | ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698