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

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

Issue 2729603008: [Mac] Remove bookmark bar NIB (Closed)
Patch Set: CL comments Created 3 years, 9 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_button_cell_unittest.mm
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm
index a2ac7828ec3e14ddc9277df572c34c39c9caf510..e820fc1426c44f123a5e82aa03d1a96b32205e38 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell_unittest.mm
@@ -208,4 +208,9 @@ TEST_F(BookmarkButtonCellTest, VerticalTextOffset) {
[gradient_cell verticalTextOffset]);
}
+TEST_F(BookmarkButtonCellTest, OffTheSideCell) {
+ Class offTheSideButtonCellClass = NSClassFromString(@"OffTheSideButtonCell");
+ EXPECT_TRUE([[BookmarkButtonCell offTheSideButtonCell]
+ isKindOfClass:offTheSideButtonCellClass]);
+}
} // namespace
« no previous file with comments | « chrome/browser/ui/cocoa/bookmarks/bookmark_button_cell.mm ('k') | chrome/browser/ui/cocoa/browser_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698