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

Unified Diff: ash/common/system/tray/tray_popup_label_button.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.h
diff --git a/ash/common/system/tray/tray_popup_label_button.h b/ash/common/system/tray/tray_popup_label_button.h
deleted file mode 100644
index ae7878540c9c7cee64305a27de21b71a1affc864..0000000000000000000000000000000000000000
--- a/ash/common/system/tray/tray_popup_label_button.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_H_
-#define ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_LABEL_BUTTON_H_
-
-#include "base/macros.h"
-#include "base/strings/string16.h"
-#include "ui/views/controls/button/label_button.h"
-
-namespace ash {
-
-// A label button with custom alignment, border and focus border.
-// TODO(estade): deprecated for MD. Use CreateTrayPopupButton instead.
-// See crbug.com/614453
-class TrayPopupLabelButton : public views::LabelButton {
- public:
- TrayPopupLabelButton(views::ButtonListener* listener,
- const base::string16& text);
- ~TrayPopupLabelButton() override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(TrayPopupLabelButton);
-};
-
-} // namespace ash
-
-#endif // ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_LABEL_BUTTON_H_
« no previous file with comments | « ash/common/system/chromeos/screen_security/screen_tray_item.h ('k') | ash/common/system/tray/tray_popup_label_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698