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

Unified Diff: chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.cc

Issue 117233008: Linux Aura: Hide title bar when browser windows are maximized on Unity. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Avoid NULL dereference on Windows. Created 6 years, 11 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 | « chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.cc
diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.cc b/chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.cc
index 62e0a4bea662323ff7eb108871593238177112d8..d44e7c757dde626adbf5dc0254b21cc6812138cd 100644
--- a/chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.cc
+++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.cc
@@ -21,3 +21,7 @@ OpaqueBrowserFrameViewPlatformSpecific::Create(
bool OpaqueBrowserFrameViewPlatformSpecific::ShouldShowCaptionButtons() const {
return true;
}
+
+bool OpaqueBrowserFrameViewPlatformSpecific::ShouldShowTitleBar() const {
+ return true;
+}
« no previous file with comments | « chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698