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

Unified Diff: ash/system/overview/overview_button_tray.h

Issue 1114383002: Show overview mode button in TouchView with open modal window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use SetBoundsInScreen() Created 5 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
« no previous file with comments | « no previous file | ash/system/overview/overview_button_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/overview/overview_button_tray.h
diff --git a/ash/system/overview/overview_button_tray.h b/ash/system/overview/overview_button_tray.h
index a58bae11576457979207ee82e858ef9781a91a46..41683c6c29671c99311b64e48e4bac6d28871fbd 100644
--- a/ash/system/overview/overview_button_tray.h
+++ b/ash/system/overview/overview_button_tray.h
@@ -52,8 +52,9 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
// alignment of the shelf.
void SetIconBorderForShelfAlignment();
- // Sets the icon to visible if maximize mode is enabled and
- // WindowSelectorController::CanSelect.
+ // Shows or hides the overview button. The button should be shown when the
+ // user is in maximize mode and is in an active desktop environment, otherwise
+ // the button should be hidden.
void UpdateIconVisibility();
// Weak pointer, will be parented by TrayContainer for its lifetime.
« no previous file with comments | « no previous file | ash/system/overview/overview_button_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698