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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.mm

Issue 2011173002: Revert of [Mac][Material Design] Bring bookmark hover state, etc. up to spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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_button_cell.mm
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.mm
index 03e458bc865ed6a1ea07283ab03b147c4ab14d9b..90751705c37d88ee3fdd62c49354c5f599de5aa3 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.mm
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.mm
@@ -3,8 +3,6 @@
// found in the LICENSE file.
#import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_button_cell.h"
-
-#include "ui/base/material_design/material_design_controller.h"
using bookmarks::BookmarkNode;
@@ -30,11 +28,4 @@
- (void)setMouseInside:(BOOL)flag animate:(BOOL)animated {
}
-- (int)verticalTextOffset {
- if (!ui::MaterialDesignController::IsModeMaterial()) {
- return [super verticalTextOffset];
- }
- return -3;
-}
-
@end

Powered by Google App Engine
This is Rietveld 408576698