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

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

Issue 9630002: Ash: Remove compact window mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: OpaqueBrowserFrameView, MultipleWindowIndicatorButton 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
Index: chrome/browser/ui/views/frame/browser_frame.h
diff --git a/chrome/browser/ui/views/frame/browser_frame.h b/chrome/browser/ui/views/frame/browser_frame.h
index 70ce0457ea2c6670fd47f954f8cc538714516561..e97636d0f567b14d82316c0e43b0eda6cafa9738 100644
--- a/chrome/browser/ui/views/frame/browser_frame.h
+++ b/chrome/browser/ui/views/frame/browser_frame.h
@@ -65,11 +65,6 @@ class BrowserFrame : public views::Widget {
// its frame treatment if necessary.
void TabStripDisplayModeChanged();
- // Returns true for single window mode. ChromeOS and Aura laptop mode use a
- // single window filling the work area, which does not have a close, maximize,
- // minimize or restore button and does not draw frame edges.
- bool IsSingleWindowMode() const;
-
// Overridden from views::Widget:
virtual bool IsMaximized() const OVERRIDE;
virtual views::internal::RootView* CreateRootView() OVERRIDE;
« no previous file with comments | « chrome/browser/ui/views/ash/status_area_host_aura_browsertest.cc ('k') | chrome/browser/ui/views/frame/browser_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698