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

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

Issue 1636703002: Implement MD specs for non-tabbed windows in Ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: refactor Created 4 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
Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
index d4ce35888d2ae198b72c68a1d0df58070e094628..1abc7ac88f1953676dfc3f30838f21bdce8b2d86 100644
--- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
+++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
@@ -125,6 +125,8 @@ class BrowserNonClientFrameViewAsh : public BrowserNonClientFrameView,
// tab light bar is visible.
void PaintImmersiveLightbarStyleHeader(gfx::Canvas* canvas);
+ bool IsToolbarVisible() const;
+
void PaintToolbarBackground(gfx::Canvas* canvas);
// Draws the line under the header for windows without a toolbar and not using

Powered by Google App Engine
This is Rietveld 408576698