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

Unified Diff: chrome/browser/ui/cocoa/website_settings_bubble_controller_unittest.mm

Issue 10827029: [Mac] Website settings: Implement custom tab appearance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove images (submitted in separate CL). Created 8 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
« no previous file with comments | « chrome/browser/ui/cocoa/website_settings_bubble_controller.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/website_settings_bubble_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/website_settings_bubble_controller_unittest.mm b/chrome/browser/ui/cocoa/website_settings_bubble_controller_unittest.mm
index 556ab9aba1d8c64942681f5b54b6cad202e418df..81f6691f21af7badb85f685cb5829c204c09c172 100644
--- a/chrome/browser/ui/cocoa/website_settings_bubble_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/website_settings_bubble_controller_unittest.mm
@@ -92,8 +92,9 @@ class WebsiteSettingsBubbleControllerTest : public CocoaTest {
EXPECT_EQ(1U, [window_subviews count]);
NSArray* subviews = [[window_subviews lastObject] subviews];
- // Expect 3 views: the identity, identity status, and the tab view.
- EXPECT_EQ(3U, [subviews count]);
+ // Expect 4 views: the identity, identity status, the segmented control
+ // (which implements the tab strip), and the tab view.
+ EXPECT_EQ(4U, [subviews count]);
bool desired_result = match_type == TEXT_EQUAL;
« no previous file with comments | « chrome/browser/ui/cocoa/website_settings_bubble_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698