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

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

Issue 2550413004: Remove Ash shelf dimmer. (Closed)
Patch Set: Created 4 years 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/common/shelf/wm_shelf.cc
diff --git a/ash/common/shelf/wm_shelf.cc b/ash/common/shelf/wm_shelf.cc
index e439381929be6836869bb732665d2bf36d8c5d57..87392334d4f62b39757a7cd339b14da401701d69 100644
--- a/ash/common/shelf/wm_shelf.cc
+++ b/ash/common/shelf/wm_shelf.cc
@@ -200,14 +200,6 @@ ShelfBackgroundType WmShelf::GetBackgroundType() const {
return shelf_widget_->GetBackgroundType();
}
-WmDimmerView* WmShelf::CreateDimmerView(bool disable_animations_for_test) {
- return nullptr;
-}
-
-bool WmShelf::IsDimmed() const {
- return shelf_widget_->GetDimsShelf();
-}
-
bool WmShelf::IsVisible() const {
return shelf_widget_->IsShelfVisible();
}

Powered by Google App Engine
This is Rietveld 408576698