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

Unified Diff: ash/common/system/tray/tray_background_view.h

Issue 2582923002: Removing logic on showing/hiding separator (Closed)
Patch Set: typo 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
« no previous file with comments | « ash/common/system/status_area_widget.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/system/tray/tray_background_view.h
diff --git a/ash/common/system/tray/tray_background_view.h b/ash/common/system/tray/tray_background_view.h
index accce9f82102fc102cd3d456d02ae76b48ee8846..e56fb78fa401e24df33545a33ac6925c813a7d1d 100644
--- a/ash/common/system/tray/tray_background_view.h
+++ b/ash/common/system/tray/tray_background_view.h
@@ -128,9 +128,6 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
// ShelfBackgroundAnimatorObserver:
void UpdateShelfItemBackground(int alpha) override;
- // Updates the visibility of this tray's separator.
- void SetSeparatorVisibility(bool is_show);
-
// Gets the anchor for bubbles, which is tray_container().
views::View* GetBubbleAnchor() const;
@@ -183,10 +180,6 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
// in non-MD version and how the ink drop ripples behave in MD version.
bool is_active_;
- // Visibility of this tray's separator which is a line of 1x32px and 4px to
- // right of tray.
- bool is_separator_visible_;
-
std::unique_ptr<TrayWidgetObserver> widget_observer_;
std::unique_ptr<TrayEventFilter> tray_event_filter_;
« no previous file with comments | « ash/common/system/status_area_widget.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