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

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

Issue 2686703002: Remove TrayPopupLabelButton (a pre-MD class) and its assets. (Closed)
Patch Set: nit Created 3 years, 10 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/common/system/tray/tray_popup_label_button_border.h
diff --git a/ash/common/system/tray/tray_popup_label_button_border.h b/ash/common/system/tray/tray_popup_label_button_border.h
deleted file mode 100644
index 670d6cfcd17c6e957aca3c62ac4c15a0380d3720..0000000000000000000000000000000000000000
--- a/ash/common/system/tray/tray_popup_label_button_border.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_LABEL_BUTTON_BORDER_H_
-#define ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_LABEL_BUTTON_BORDER_H_
-
-#include "base/macros.h"
-#include "ui/views/controls/button/label_button_border.h"
-
-namespace ash {
-
-// A border for label buttons that paints a vertical separator in normal state
-// and a custom hover effect in hovered or pressed state.
-class TrayPopupLabelButtonBorder : public views::LabelButtonAssetBorder {
- public:
- TrayPopupLabelButtonBorder();
- ~TrayPopupLabelButtonBorder() override;
-
- // views::LabelButtonAssetBorder:
- void Paint(const views::View& view, gfx::Canvas* canvas) override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(TrayPopupLabelButtonBorder);
-};
-
-} // namespace ash
-
-#endif // ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_LABEL_BUTTON_BORDER_H_
« no previous file with comments | « ash/common/system/tray/tray_popup_label_button.cc ('k') | ash/common/system/tray/tray_popup_label_button_border.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698