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

Unified Diff: ash/shell/window_type_launcher.h

Issue 2299583003: Change buttons in WindowTypeLauncher to MdTextButton (Closed)
Patch Set: using views::MdTextButton Created 4 years, 4 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 | « no previous file | ash/shell/window_type_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/window_type_launcher.h
diff --git a/ash/shell/window_type_launcher.h b/ash/shell/window_type_launcher.h
index 6bea41ae566b72e22f42a305b0b1f9114a7dcdcc..bfeb40d5d5beac9d193254f270b33328c02de53b 100644
--- a/ash/shell/window_type_launcher.h
+++ b/ash/shell/window_type_launcher.h
@@ -15,7 +15,6 @@
namespace views {
class MenuRunner;
-class LabelButton;
}
namespace ash {
@@ -61,19 +60,19 @@ class WindowTypeLauncher : public views::WidgetDelegateView,
const gfx::Point& point,
ui::MenuSourceType source_type) override;
- views::LabelButton* create_button_;
- views::LabelButton* panel_button_;
- views::LabelButton* create_nonresizable_button_;
- views::LabelButton* bubble_button_;
- views::LabelButton* lock_button_;
- views::LabelButton* widgets_button_;
- views::LabelButton* system_modal_button_;
- views::LabelButton* window_modal_button_;
- views::LabelButton* child_modal_button_;
- views::LabelButton* transient_button_;
- views::LabelButton* examples_button_;
- views::LabelButton* show_hide_window_button_;
- views::LabelButton* show_web_notification_;
+ views::Button* create_button_;
+ views::Button* panel_button_;
+ views::Button* create_nonresizable_button_;
+ views::Button* bubble_button_;
+ views::Button* lock_button_;
+ views::Button* widgets_button_;
+ views::Button* system_modal_button_;
+ views::Button* window_modal_button_;
+ views::Button* child_modal_button_;
+ views::Button* transient_button_;
+ views::Button* examples_button_;
+ views::Button* show_hide_window_button_;
+ views::Button* show_web_notification_;
std::unique_ptr<views::MenuRunner> menu_runner_;
DISALLOW_COPY_AND_ASSIGN(WindowTypeLauncher);
« no previous file with comments | « no previous file | ash/shell/window_type_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698