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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.h

Issue 2200303004: [Mac][Material Design] Adjust bookmark spacing and folder menu drawing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests, changes for icon-only items. Created 4 years, 4 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/cocoa/bookmarks/bookmark_bar_folder_window.h
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.h
index 513512fadc9ff0f51d5f0c6d41659fb1ceece2af..486f30a52bdd98993a9a9a338a3f6aa3bd87d90f 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.h
@@ -19,6 +19,8 @@
// Content view for the above window. "Stock" other than the drawing
// of rounded corners. Only used in the nib.
@interface BookmarkBarFolderWindowContentView : NSView
+// Returns the folder window's background color (Material Design only).
++ (NSColor*)backgroundColor;
@end
// Scroll view that contains the main view (where the buttons go).

Powered by Google App Engine
This is Rietveld 408576698