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

Unified Diff: chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h

Issue 9894001: Make the maximize button behave the same for Panels as other windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't use WorkspaceEventFilter for the AlwaysOnTopContainer. Created 8 years, 9 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 | chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h
index d7a101214200fd7d3ccbe4ec2cfa60f655443c27..22aed4e80369077f68aafd2f265c3ecd3dc58389 100644
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.h
@@ -91,10 +91,6 @@ class BrowserNonClientFrameViewAura : public BrowserNonClientFrameView,
// Painter for the frame header.
scoped_ptr<ash::FramePainter> frame_painter_;
- // Set to false for Panels where maximize is undesired. (maximize button is
- // still used for minimizing).
- bool allow_maximize_;
-
DISALLOW_COPY_AND_ASSIGN(BrowserNonClientFrameViewAura);
};
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_non_client_frame_view_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698