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

Unified Diff: apps/ui/views/shell_window_frame_view.h

Issue 111723012: Linux Aura: Added --use-system-title-bar flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Formatting. Created 7 years 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 | apps/ui/views/shell_window_frame_view.cc » ('j') | chrome/browser/about_flags.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/ui/views/shell_window_frame_view.h
diff --git a/apps/ui/views/shell_window_frame_view.h b/apps/ui/views/shell_window_frame_view.h
index 7fa10f546b646af4652442a44f89ab02b3dbe407..13a6ba1d86ba15f50d78247ec0ea20489f870c41 100644
--- a/apps/ui/views/shell_window_frame_view.h
+++ b/apps/ui/views/shell_window_frame_view.h
@@ -50,6 +50,9 @@ class ShellWindowFrameView : public views::NonClientFrameView,
int resize_area_corner_size);
private:
+ // Determines whether the title bar and window frame should be shown.
+ bool ShouldShowWindowFrame() const;
+
// views::NonClientFrameView implementation.
virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
virtual gfx::Rect GetWindowBoundsForClientBounds(
« no previous file with comments | « no previous file | apps/ui/views/shell_window_frame_view.cc » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698