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

Unified Diff: ash/common/shelf/wm_shelf.h

Issue 2190773003: [ABANDONED] Simplify ash shelf dimmer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore an EventHandler object; fix behavior tests. Created 4 years, 5 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/common/shelf/overflow_button.cc ('k') | ash/common/system/tray/tray_background_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shelf/wm_shelf.h
diff --git a/ash/common/shelf/wm_shelf.h b/ash/common/shelf/wm_shelf.h
index 0fbee4bc0b76c8150ee1b5008957e9191bfc0d89..3a6a27dd757b978b1d5881fb6bc70014160c796b 100644
--- a/ash/common/shelf/wm_shelf.h
+++ b/ash/common/shelf/wm_shelf.h
@@ -44,9 +44,6 @@ class ASH_EXPORT WmShelf {
virtual ShelfBackgroundType GetBackgroundType() const = 0;
- // Shelf items are slightly dimmed (e.g. when a window is maximized).
- virtual bool IsDimmed() const = 0;
-
// Whether the shelf item overflow bubble is visible.
// TODO(jamescook): Eliminate when ShelfView moves to //ash/common.
// http://crbug.com/615155
« no previous file with comments | « ash/common/shelf/overflow_button.cc ('k') | ash/common/system/tray/tray_background_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698