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

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: Created 5 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/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..ff7adf0f66708b8eb2d59d180a1045873e38dc15 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 be shown when the user is
bruthig 2015/05/01 17:43:34 nit: missing "will"? "The button be shown..."
tdanderson 2015/05/01 18:07:31 Done.
+ // 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') | ash/system/overview/overview_button_tray_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698