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

Unified Diff: ash/wm/custom_frame_view_ash.h

Issue 10855150: Revert 151485 - Adding unit tests for maximize menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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/wm/custom_frame_view_ash_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/custom_frame_view_ash.h
===================================================================
--- ash/wm/custom_frame_view_ash.h (revision 151488)
+++ ash/wm/custom_frame_view_ash.h (working copy)
@@ -12,7 +12,6 @@
namespace ash {
class FramePainter;
-class FrameMaximizeButton;
}
namespace gfx {
class Font;
@@ -41,7 +40,7 @@
explicit TestApi(CustomFrameViewAsh* frame) : frame_(frame) {
}
- ash::FrameMaximizeButton* maximize_button() const {
+ views::ImageButton* maximize_button() const {
return frame_->maximize_button_;
}
@@ -82,7 +81,7 @@
// Not owned.
views::Widget* frame_;
- ash::FrameMaximizeButton* maximize_button_;
+ views::ImageButton* maximize_button_;
views::ImageButton* close_button_;
views::ImageButton* window_icon_;
« no previous file with comments | « no previous file | ash/wm/custom_frame_view_ash_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698