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

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

Issue 2441863002: Remove some more !IsModeMaterial code. (Closed)
Patch Set: pull more shades Created 4 years, 2 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_header_painter_ash.h
diff --git a/chrome/browser/ui/views/frame/browser_header_painter_ash.h b/chrome/browser/ui/views/frame/browser_header_painter_ash.h
index 3cb71a68ce536e61e7bb142e1e879a1534c92a77..eb5fe8b7f94b7e6eed18c175be83f2b114750dbf 100644
--- a/chrome/browser/ui/views/frame/browser_header_painter_ash.h
+++ b/chrome/browser/ui/views/frame/browser_header_painter_ash.h
@@ -60,9 +60,6 @@ class BrowserHeaderPainterAsh : public ash::HeaderPainter,
// the activation animation.
void PaintFrameImages(gfx::Canvas* canvas, bool active);
- // Paints highlight around the edge of the header for restored windows.
- void PaintHighlightForRestoredWindow(gfx::Canvas* canvas);
-
// Paints the title bar, primarily the title string.
void PaintTitleBar(gfx::Canvas* canvas);

Powered by Google App Engine
This is Rietveld 408576698